Age | Commit message (Expand) | Author | Files | Lines |
2012-05-11 | parisc: add missing includes in asm/spinlock.h | Rolf Eike Beer | 1 | -0/+2 |
2012-05-09 | keyboard: Use BIOS Keyboard variable to set Numlock | Joshua Cov | 1 | -0/+19 |
2012-05-07 | parisc: Fix init_task fallout | Thomas Gleixner | 2 | -2/+2 |
2012-05-06 | TTY: pdc_cons, fix regression in close | Jiri Slaby | 1 | -1/+1 |
2012-05-05 | init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASK | Thomas Gleixner | 1 | -1/+0 |
2012-05-05 | parisc: Use generic init_task | Thomas Gleixner | 3 | -70/+13 |
2012-04-26 | parisc: Use generic idle thread allocation | Thomas Gleixner | 2 | -21/+3 |
2012-04-26 | smp: Add task_struct argument to __cpu_up() | Thomas Gleixner | 1 | -1/+1 |
2012-04-08 | kvmclock: Add functions to check if the host has stopped the vm | Eric B Munson | 1 | -0/+1 |
2012-04-03 | parisc: fix missing cmpxchg file error from system.h split | Paul Gortmaker | 2 | -106/+117 |
2012-04-01 | Merge tag 'parisc-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb... | Linus Torvalds | 2 | -6/+28 |
2012-03-30 | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -110/+9 |
2012-03-29 | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 22 | -179/+185 |
2012-03-28 | Delete all instances of asm/system.h | David Howells | 1 | -6/+0 |
2012-03-28 | Disintegrate asm/system.h for PA-RISC | David Howells | 22 | -179/+191 |
2012-03-24 | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Linus Torvalds | 1 | -0/+1 |
2012-03-24 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 1 | -0/+4 |
2012-03-24 | coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMP | Jason Baron | 1 | -0/+4 |
2012-03-24 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2 | -90/+0 |
2012-03-21 | Merge branch 'kmap_atomic' of git://github.com/congwang/linux | Linus Torvalds | 1 | -1/+1 |
2012-03-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+5 |
2012-03-20 | Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty | Linus Torvalds | 1 | -30/+29 |
2012-03-20 | highmem: kill all __kmap_atomic() | Cong Wang | 1 | -1/+1 |
2012-03-13 | Merge tag 'v3.3-rc7' into sched/core | Ingo Molnar | 1 | -0/+4 |
2012-03-09 | TTY: pdc_cons, use tty_port | Jiri Slaby | 1 | -7/+12 |
2012-03-09 | TTY: pdc_cons, fix open vs pdc_console_tty_driver race | Jiri Slaby | 1 | -16/+13 |
2012-03-09 | TTY: pdc_cons, fix open vs timer race | Jiri Slaby | 1 | -5/+2 |
2012-03-09 | TTY: pdc_cons, fix racy tty test | Jiri Slaby | 1 | -2/+2 |
2012-03-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+4 |
2012-03-01 | sched/rt: Use schedule_preempt_disabled() | Thomas Gleixner | 1 | -3/+1 |
2012-03-01 | bug.h: add include of it to various implicit C users | Paul Gortmaker | 1 | -0/+1 |
2012-02-28 | [PARISC] don't unconditionally override CROSS_COMPILE for 64 bit. | James Bottomley | 1 | -0/+4 |
2012-02-27 | [PARISC] remove references to cpu_*_map. | Rusty Russell | 1 | -2/+1 |
2012-02-27 | [PARISC] futex: Use same lock set as lws calls | John David Anglin | 1 | -4/+27 |
2012-02-24 | net: Add framework to allow sending packets with customized CRC. | Ben Greear | 1 | -0/+4 |
2012-02-24 | PCI: collapse pcibios_resource_to_bus | Bjorn Helgaas | 1 | -2/+0 |
2012-02-24 | parisc/PCI: get rid of device resource fixups | Bjorn Helgaas | 2 | -89/+1 |
2012-02-22 | sock: Introduce the SO_PEEK_OFF sock option | Pavel Emelyanov | 1 | -0/+1 |
2012-02-15 | parisc: Use generic posix_types.h | H. Peter Anvin | 1 | -110/+9 |
2012-01-13 | parisc, exec: remove redundant set_fs(USER_DS) | Mathias Krause | 2 | -3/+0 |
2012-01-11 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2 | -23/+1 |
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 | -14/+1 |
2012-01-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+3 |
2012-01-04 | consolidate umode_t declarations | Al Viro | 1 | -6/+0 |
2012-01-04 | vfs: new helper - vfs_ustat() | Al Viro | 1 | -8/+1 |
2011-12-06 | Merge branch 'fortglx/3.3/tip/timers/core' of git://git.linaro.org/people/jst... | Thomas Gleixner | 1 | -5/+1 |
2011-11-28 | parisc: switch to GENERIC_PCI_IOMAP | Michael S. Tsirkin | 2 | -23/+1 |
2011-11-22 | clocksource: parisc: Convert to clocksource_register_hz/khz | John Stultz | 1 | -5/+1 |
2011-11-22 | freezer: remove now unused TIF_FREEZE | Tejun Heo | 1 | -2/+0 |