aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2014-05-02MIPS: PM: Implement PM helper macrosJames Hogan
2014-05-02MIPS: tlb-r4k: Add CPU PM callback to reconfigure TLBJames Hogan
2014-05-02MIPS: c-r4k: Add CPU PM callback for coherencyJames Hogan
2014-05-02MIPS: traps: Add CPU PM callback for trap configurationJames Hogan
2014-05-02x86/efi: earlyprintk=efi,keep fixDave Young
2014-05-02sparc32: clean up io_32.hSam Ravnborg
2014-05-02sparc32: introduce asm-generic/io.hSam Ravnborg
2014-05-02sparc32: replace flip_dword() with swab32()Sam Ravnborg
2014-05-02sparc: move page_to_phys to page.hSam Ravnborg
2014-05-02sparc64: Make itc_sync_lock rawKirill Tkhai
2014-05-02sparc64: Fix argument sign extension for compat_sys_futex().David S. Miller
2014-05-02ARM: shmobile: henninger: specify EXTAL frequencySergei Shtylyov
2014-05-01ARM: sunxi: Enable GMAC in sunxi_defconfigMaxime Ripard
2014-05-01Merge branch 'parisc-3.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-05-01x86, espfix: Move espfix definitions into a separate header fileH. Peter Anvin
2014-05-01parisc: Use generic uapi/asm/resource.h fileHelge Deller
2014-05-01parisc: remove _STK_LIM_MAX overrideJohn David Anglin
2014-05-01Hexagon: Delete stale barrier.hVineet Gupta
2014-05-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-05-01powerpc/mm: use macro PGTABLE_EADDR_SIZE instead of digitalLiu Ping Fan
2014-05-01ppc476: Enable a linker work around for IBM errata #46Alistair Popple
2014-05-01powerpc: Added PCI MSI support using the HSTA moduleAlistair Popple
2014-05-01IBM Akebono: Add the Akebono platformAlistair Popple
2014-05-01IBM Currituck: Clean up board specific code before adding Akebono codeAlistair Popple
2014-05-01powerpc/le: Show the endianess of the LPAR under PowerVM.Tony Breeds
2014-05-01powerpc: Use 64k io pages when we never see an HEAAlexander Graf
2014-04-30x86-32, espfix: Remove filter for espfix32 due to raceH. Peter Anvin
2014-04-30x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stackH. Peter Anvin
2014-04-30PCI: Move Open Firmware devspec attribute to PCI common codeSebastian Ott
2014-04-30Merge tag 'kvm-arm-for-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini
2014-04-30arm64: efi: add EFI stubMark Salter
2014-04-30ARM: dts: use real clocks for bcm21664Alex Elder
2014-04-30arm64: add EFI runtime servicesMark Salter
2014-04-30arm64: Add function to create identity mappingsMark Salter
2014-04-30uprobes/x86: Simplify riprel_{pre,post}_xol() and make them similarOleg Nesterov
2014-04-30uprobes/x86: Kill the "autask" arg of riprel_pre_xol()Oleg Nesterov
2014-04-30uprobes/x86: Rename *riprel* helpers to make the naming consistentOleg Nesterov
2014-04-30uprobes/x86: Cleanup the usage of UPROBE_FIX_IP/UPROBE_FIX_CALLOleg Nesterov
2014-04-30uprobes/x86: Kill adjust_ret_addr(), simplify UPROBE_FIX_CALL logicOleg Nesterov
2014-04-30uprobes/x86: Introduce push_ret_address()Oleg Nesterov
2014-04-30uprobes/x86: Cleanup the usage of arch_uprobe->def.fixups, make it u8Oleg Nesterov
2014-04-30uprobes/x86: Move default_xol_ops's data into arch_uprobe->defOleg Nesterov
2014-04-30uprobes/x86: Move UPROBE_FIX_SETF logic from arch_uprobe_post_xol() to defaul...Oleg Nesterov
2014-04-30uprobes/x86: Don't use arch_uprobe_abort_xol() in arch_uprobe_post_xol()Oleg Nesterov
2014-04-30uprobes/x86: Introduce uprobe_xol_ops->abort() and default_abort_op()Oleg Nesterov
2014-04-30uprobes/x86: Don't change the task's state if ->pre_xol() failsOleg Nesterov
2014-04-30uprobes/x86: Fix is_64bit_mm() with CONFIG_X86_X32Oleg Nesterov
2014-04-30uprobes/x86: Make good_insns_* depend on CONFIG_X86_*Oleg Nesterov
2014-04-30uprobes/x86: Shift "insn_complete" from branch_setup_xol_ops() to uprobe_init...Oleg Nesterov
2014-04-30uprobes/x86: Add is_64bit_mm(), kill validate_insn_bits()Oleg Nesterov