Age | Commit message (Expand) | Author | Files | Lines |
2012-03-30 | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -90/+7 |
2012-03-30 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2012-03-29 | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 14 | -67/+96 |
2012-03-28 | Delete all instances of asm/system.h | David Howells | 1 | -5/+0 |
2012-03-28 | Disintegrate asm/system.h for Xtensa | David Howells | 15 | -191/+225 |
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 | 1 | -16/+1 |
2012-03-23 | locking/kconfig: Simplify INLINE_SPIN_UNLOCK usage | Raghavendra K T | 1 | -1/+1 |
2012-03-22 | xtensa: use set_current_blocked() and block_sigmask() | Matt Fleming | 1 | -14/+3 |
2012-03-22 | xtensa: don't mask signals if we fail to setup signal stack | Matt Fleming | 1 | -4/+7 |
2012-03-22 | xtensa: no need to reset handler if SA_ONESHOT | Matt Fleming | 1 | -3/+0 |
2012-03-22 | xtensa: don't reimplement force_sigsegv() | Matt Fleming | 1 | -3/+1 |
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 tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty | Linus Torvalds | 1 | -14/+8 |
2012-03-08 | TTY: remove serialP.h inclusion from some files | Jiri Slaby | 1 | -1/+0 |
2012-03-08 | TTY: iss/console, use tty_port | Jiri Slaby | 1 | -0/+4 |
2012-03-08 | XTENSA: iss/console, fix potential deadlock | Jiri Slaby | 1 | -3/+2 |
2012-03-08 | XTENSA: iss/console, use setup_timer | Jiri Slaby | 1 | -4/+1 |
2012-03-08 | TTY: remove unneeded tty->index checks | Jiri Slaby | 1 | -6/+2 |
2012-03-08 | TTY: remove re-assignments to tty_driver members | Jiri Slaby | 1 | -1/+0 |
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-24 | xtensa/PCI: get rid of device resource fixups | Bjorn Helgaas | 1 | -16/+1 |
2012-02-22 | sock: Introduce the SO_PEEK_OFF sock option | Pavel Emelyanov | 1 | -0/+1 |
2012-02-15 | xtensa: Use generic posix_types.h | H. Peter Anvin | 1 | -90/+7 |
2012-02-04 | xtensa: fix memscan() | Akinobu Mita | 1 | -3/+0 |
2012-01-18 | audit: inline audit_syscall_entry to reduce burden on archs | Eric Paris | 1 | -2/+1 |
2012-01-12 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2 | -48/+47 |
2012-01-12 | cpu: Register a generic CPU device on architectures that currently do not | Ben Hutchings | 1 | -0/+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 | 1 | -2/+0 |
2012-01-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+3 |
2012-01-07 | xtensa/PCI: convert to pci_scan_root_bus() for correct root bus resources | Bjorn Helgaas | 1 | -43/+42 |
2012-01-07 | PCI: Xtensa: convert pcibios_set_master() to a non-inlined function | Myron Stowe | 2 | -5/+5 |
2012-01-04 | consolidate umode_t declarations | Al Viro | 1 | -2/+0 |
2011-12-06 | Merge branch 'fortglx/3.3/tip/timers/core' of git://git.linaro.org/people/jst... | Thomas Gleixner | 1 | -12/+1 |
2011-11-22 | clocksource: xtensa: Convert to clocksource_register_hz/khz | John Stultz | 1 | -12/+1 |
2011-11-22 | freezer: remove now unused TIF_FREEZE | Tejun Heo | 1 | -2/+0 |
2011-11-10 | net: add wireless TX status socket option | Johannes Berg | 1 | -0/+3 |
2011-10-26 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -2/+0 |
2011-10-05 | time: Cleanup old CONFIG_GENERIC_TIME references that snuck in | John Stultz | 2 | -2/+0 |
2011-09-22 | Merge branch 'master' of github.com:davem330/net | David S. Miller | 1 | -1/+1 |
2011-08-27 | All Arch: remove linkage for sys_nfsservctl system call | NeilBrown | 1 | -1/+1 |
2011-08-18 | net: remove use of ndo_set_multicast_list in drivers | Jiri Pirko | 1 | -1/+1 |
2011-07-27 | atomic: cleanup asm-generic atomic*.h inclusion | Arun Sharma | 1 | -1/+0 |
2011-07-27 | atomic: move atomic_add_unless to generic code | Arun Sharma | 1 | -4/+4 |
2011-07-27 | atomic: use <linux/atomic.h> | Arun Sharma | 2 | -2/+1 |
2011-07-27 | asm-generic: add another generic ext2 atomic bitops | Akinobu Mita | 1 | -13/+1 |
2011-07-27 | h8300/m68k/xtensa: __FD_ISSET should return 0/1 | Andrew Morton | 1 | -1/+1 |