Age | Commit message (Expand) | Author | Files | Lines |
2012-05-25 | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+1 |
2012-05-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -34/+13 |
2012-05-24 | Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/pa... | Linus Torvalds | 1 | -1/+0 |
2012-05-23 | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -13/+0 |
2012-05-22 | frv: missing checks of __get_user()/__put_user() return values | Al Viro | 1 | -6/+6 |
2012-05-22 | frv: use set_current_blocked() and block_sigmask() | Matt Fleming | 1 | -17/+4 |
2012-05-22 | new helper: sigsuspend() | Al Viro | 1 | -11/+3 |
2012-05-22 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 5 | -64/+2 |
2012-05-18 | frv: delete incorrect task prototypes causing compile fail | Paul Gortmaker | 1 | -4/+0 |
2012-05-18 | MCA: delete all remaining traces of microchannel bus support. | Paul Gortmaker | 1 | -1/+0 |
2012-05-17 | fork: move the real prepare_to_copy() users to arch_dup_task_struct() | Suresh Siddha | 2 | -13/+0 |
2012-05-08 | frv: Use common threadinfo allocator | Thomas Gleixner | 1 | -13/+0 |
2012-05-05 | init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASK | Thomas Gleixner | 1 | -1/+0 |
2012-05-05 | frv: Use generic init_task | Thomas Gleixner | 4 | -34/+3 |
2012-05-05 | frv: Use core allocator for task_struct | Thomas Gleixner | 2 | -12/+0 |
2012-05-05 | frv: Use correct size for task_struct allocation | Thomas Gleixner | 1 | -7/+2 |
2012-04-08 | kvmclock: Add functions to check if the host has stopped the vm | Eric B Munson | 1 | -0/+1 |
2012-04-03 | frv: fix warnings in mb93090-mb00/pci-dma.c about implicit EXPORT_SYMBOL | Paul Gortmaker | 1 | -0/+1 |
2012-03-30 | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -43/+10 |
2012-03-28 | Delete all instances of asm/system.h | David Howells | 1 | -4/+0 |
2012-03-28 | Move all declarations of free_initmem() to linux/mm.h | David Howells | 1 | -2/+0 |
2012-03-28 | Disintegrate asm/system.h for FRV | David Howells | 20 | -226/+261 |
2012-03-21 | Merge branch 'kmap_atomic' of git://github.com/congwang/linux | Linus Torvalds | 2 | -3/+3 |
2012-03-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+4 |
2012-03-20 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -3/+1 |
2012-03-20 | highmem: kill all __kmap_atomic() | Cong Wang | 2 | -3/+3 |
2012-03-01 | sched/rt: Use schedule_preempt_disabled() | Thomas Gleixner | 1 | -3/+1 |
2012-02-24 | net: Add framework to allow sending packets with customized CRC. | Ben Greear | 1 | -0/+3 |
2012-02-22 | sock: Introduce the SO_PEEK_OFF sock option | Pavel Emelyanov | 1 | -0/+1 |
2012-02-15 | frv: Use generic posix_types.h | H. Peter Anvin | 1 | -43/+10 |
2012-01-27 | Merge branch 'perf/fast' into perf/core | Ingo Molnar | 1 | -2/+0 |
2012-01-15 | Merge branch 'for-next' of git://git.infradead.org/users/dhowells/linux-headers | Linus Torvalds | 1 | -15/+1 |
2012-01-12 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 3 | -28/+5 |
2012-01-12 | cpu: Register a generic CPU device on architectures that currently do not | Ben Hutchings | 1 | -0/+1 |
2012-01-11 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 4 | -31/+3 |
2012-01-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -10/+0 |
2012-01-09 | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+0 |
2012-01-09 | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2 | -36/+1 |
2012-01-07 | frv/PCI: convert to pci_scan_root_bus() for correct root bus resources | Bjorn Helgaas | 1 | -6/+5 |
2012-01-07 | PCI: frv: use generic pcibios_set_master() | Myron Stowe | 1 | -14/+0 |
2012-01-07 | PCI: Pull PCI 'latency timer' setup up into the core | Myron Stowe | 2 | -8/+0 |
2012-01-04 | consolidate a bunch of ipcbuf.h instances | Al Viro | 1 | -30/+1 |
2012-01-04 | consolidate umode_t declarations | Al Viro | 1 | -6/+0 |
2011-12-21 | perf, arch: Rework perf_event_index() | Peter Zijlstra | 1 | -2/+0 |
2011-12-12 | UAPI: Make FRV use asm-generic/param.h | David Howells | 1 | -15/+1 |
2011-12-04 | frv: switch to GENERIC_PCI_IOMAP | Michael S. Tsirkin | 4 | -31/+3 |
2011-11-22 | freezer: remove now unused TIF_FREEZE | Tejun Heo | 1 | -2/+0 |
2011-11-17 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -0/+3 |
2011-11-13 | Merge branch 'master' into for-next | Jiri Kosina | 1 | -22/+22 |
2011-11-10 | net: add wireless TX status socket option | Johannes Berg | 1 | -0/+3 |