| Age | Commit message (Expand) | Author | Files | Lines |
| 2015-05-19 | remove scatterlist.h generation from arch Kbuild files |  Christoph Hellwig | 1 | -1/+0 |
| 2015-05-19 | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handler |  David Hildenbrand | 1 | -3/+2 |
| 2015-05-13 | arch: Remove __ARCH_HAVE_CMPXCHG |  Thomas Gleixner | 1 | -2/+0 |
| 2015-05-06 | serial: 8250: remove Kconfig indirection |  Valentin Rothberg | 1 | -1/+1 |
| 2015-05-05 | remove <asm/scatterlist.h> |  Christoph Hellwig | 1 | -1/+1 |
| 2015-04-17 | alpha: forward declare struct pt_regs in processor.h |  Richard Weinberger | 1 | -0/+1 |
| 2015-04-15 | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc |  Linus Torvalds | 1 | -2/+0 |
| 2015-04-14 | alpha: expose number of page table levels on Kconfig level |  Kirill A. Shutemov | 1 | -0/+4 |
| 2015-04-13 | Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci |  Linus Torvalds | 2 | -0/+11 |
| 2015-04-12 | arch: Remove exec_domain from remaining archs |  Richard Weinberger | 1 | -2/+0 |
| 2015-04-03 | alpha, rtc: Change to use rtc_class_ops's set_mmss64() |  Xunlei Pang | 1 | -4/+4 |
| 2015-03-19 | PCI: Assign resources before drivers claim devices (pci_scan_root_bus()) |  Yijing Wang | 1 | -0/+7 |
| 2015-03-12 | PCI: Assign resources before drivers claim devices (pci_scan_bus()) |  Yijing Wang | 1 | -0/+4 |
| 2015-02-18 | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic |  Linus Torvalds | 1 | -43/+43 |
| 2015-02-12 | all arches, signal: move restart_block to struct task_struct |  Andy Lutomirski | 2 | -6/+1 |
| 2015-02-11 | mm: make FIRST_USER_ADDRESS unsigned long on all archs |  Kirill A. Shutemov | 1 | -1/+1 |
| 2015-02-10 | alpha: drop _PAGE_FILE and pte_file()-related helpers |  Kirill A. Shutemov | 1 | -7/+0 |
| 2015-01-29 | vm: add VM_FAULT_SIGSEGV handling support |  Linus Torvalds | 1 | -0/+2 |
| 2015-01-16 | alpha/PCI: Clip bridge windows to fit in upstream windows |  Yinghai Lu | 1 | -2/+6 |
| 2015-01-13 | alpha: macro whitespace fixes |  Michael S. Tsirkin | 1 | -41/+41 |
| 2015-01-13 | alpha/uaccess: fix sparse errors |  Michael S. Tsirkin | 1 | -2/+2 |
| 2014-12-11 | arch: Cleanup read_barrier_depends() and comments |  Alexander Duyck | 1 | -0/+51 |
| 2014-12-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next |  Linus Torvalds | 2 | -1/+5 |
| 2014-12-10 | net, lib: kill arch_fast_hash library bits |  Daniel Borkmann | 1 | -1/+0 |
| 2014-12-05 | net: sock: allow eBPF programs to be attached to sockets |  Alexei Starovoitov | 1 | -0/+3 |
| 2014-11-11 | net: introduce SO_INCOMING_CPU |  Eric Dumazet | 1 | -0/+2 |
| 2014-10-31 | vfs: make first argument of dir_context.actor typed |  Miklos Szeredi | 1 | -3/+4 |
| 2014-10-19 | Merge git://git.infradead.org/users/eparis/audit |  Linus Torvalds | 2 | -1/+12 |
| 2014-10-15 | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu |  Linus Torvalds | 2 | -11/+11 |
| 2014-10-13 | Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -135/+82 |
| 2014-10-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 1 | -13/+10 |
| 2014-10-09 | alpha: use Kbuild logic to include <asm-generic/sections.h> |  Geert Uytterhoeven | 2 | -7/+1 |
| 2014-10-09 | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -0/+1 |
| 2014-10-09 | vfs: move getname() from callers to do_mount() |  Seunghun Lee | 1 | -13/+10 |
| 2014-10-03 | locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read() |  Pranith Kumar | 1 | -2/+2 |
| 2014-09-28 | asm/uapi: Add definition of TIOC[SG]RS485 |  Ricardo Ribalda Delgado | 1 | -0/+2 |
| 2014-09-23 | ARCH: AUDIT: audit_syscall_entry() should not require the arch |  Eric Paris | 1 | -1/+1 |
| 2014-09-23 | Alpha: define syscall_get_arch() |  Eric Paris | 1 | -0/+11 |
| 2014-09-13 | irq_work: Introduce arch_irq_work_has_interrupt() |  Peter Zijlstra | 1 | -0/+1 |
| 2014-08-29 | alpha: io: implement relaxed accessor macros for writes |  Will Deacon | 1 | -4/+8 |
| 2014-08-29 | alpha: Wire up sched_setattr, sched_getattr, and renameat2 syscalls. |  Michael Cree | 3 | -1/+7 |
| 2014-08-26 | alpha: Replace __get_cpu_var |  Christoph Lameter | 2 | -11/+11 |
| 2014-08-14 | locking,arch,alpha: Fold atomic_ops |  Peter Zijlstra | 1 | -133/+80 |
| 2014-08-08 | lib/scatterlist: clean up useless architecture versions of scatterlist.h |  Laura Abbott | 2 | -6/+1 |
| 2014-07-17 | arch, locking: Ciao arch_mutex_cpu_relax() |  Davidlohr Bueso | 1 | -0/+1 |
| 2014-06-03 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next |  Linus Torvalds | 1 | -2/+2 |
| 2014-06-03 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next |  Linus Torvalds | 2 | -8/+0 |
| 2014-05-27 | PCI: Turn pcibios_penalize_isa_irq() into a weak function |  Hanjun Guo | 1 | -5/+0 |
| 2014-05-08 | sched/idle, alpha: Switch from TS_POLLING to TIF_POLLING_NRFLAG |  Peter Zijlstra | 1 | -2/+2 |
| 2014-04-18 | arch,alpha: Convert smp_mb__*() to the asm-generic primitives |  Peter Zijlstra | 2 | -8/+0 |