| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-06 | 4 | -0/+4 |
|\ |
|
| * | alpha: Add export.h for THIS_MODULE/EXPORT_SYMBOL | Paul Gortmaker | 2011-10-31 | 3 | -0/+3 |
| * | alpha: fix implicit stat.h usage in pci-sysfs.c | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
* | | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 2011-11-06 | 1 | -5/+0 |
|\ \ |
|
| * | | alpha: drop unused Kconfig symbol | Paul Bolle | 2011-10-31 | 1 | -5/+0 |
* | | | alpha: wire up sendmmsg syscall | Michael Cree | 2011-10-31 | 2 | -1/+3 |
* | | | alpha: wire up accept4 syscall | Michael Cree | 2011-10-31 | 2 | -1/+3 |
| |/
|/| |
|
* | | Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2011-10-25 | 1 | -2/+0 |
|\ \ |
|
| * | | locks: move F_INPROGRESS from fl_type to fl_flags field | J. Bruce Fields | 2011-08-19 | 1 | -2/+0 |
| |/ |
|
* | | doc: fix broken references | Paul Bolle | 2011-09-27 | 1 | -3/+2 |
* | | alpha, gpio: GENERIC_GPIO default must be n | Ben Hutchings | 2011-09-14 | 1 | -1/+1 |
* | | All Arch: remove linkage for sys_nfsservctl system call | NeilBrown | 2011-08-26 | 1 | -1/+1 |
* | | alpha: unbreak osf_setsysinfo(SSI_NVPAIRS, [SSIN_UACPROC, UAC_SIGBUS]) | Sergei Trofimovich | 2011-08-25 | 3 | -18/+11 |
|/ |
|
* | Merge branch 'apei' into apei-release | Len Brown | 2011-08-03 | 1 | -0/+1 |
|\ |
|
| * | Add Kconfig option ARCH_HAVE_NMI_SAFE_CMPXCHG | Huang Ying | 2011-08-03 | 1 | -0/+1 |
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2011-07-29 | 19 | -27/+27 |
|\ \ |
|
| * | | PCI: Make the struct pci_dev * argument of pci_fixup_irqs const. | Ralf Baechle | 2011-07-22 | 19 | -27/+27 |
| |/ |
|
* | | atomic: cleanup asm-generic atomic*.h inclusion | Arun Sharma | 2011-07-26 | 1 | -1/+0 |
* | | atomic: move atomic_add_unless to generic code | Arun Sharma | 2011-07-26 | 1 | -5/+5 |
* | | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-26 | 5 | -5/+4 |
* | | asm-generic: add another generic ext2 atomic bitops | Akinobu Mita | 2011-07-26 | 1 | -2/+1 |
* | | ptrace: unify show_regs() prototype | Mike Frysinger | 2011-07-26 | 1 | -1/+0 |
* | | Merge 'akpm' patch series | Linus Torvalds | 2011-07-25 | 1 | -1/+0 |
|\ \ |
|
| * | | alpha, exec: remove redundant set_fs(USER_DS) | Mathias Krause | 2011-07-25 | 1 | -1/+0 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2011-07-25 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | treewide: fix potentially dangerous trailing ';' in #defined values/expressions | Phil Carmody | 2011-07-21 | 1 | -1/+1 |
| |/ |
|
* | | modules: make arch's use default loader hooks | Jonas Bonn | 2011-07-24 | 1 | -34/+0 |
* | | Merge branch 'timers-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2011-07-22 | 4 | -5/+1 |
|\ \ |
|
| * | | pcspkr: Cleanup Kconfig dependencies | Ralf Baechle | 2011-06-09 | 1 | -0/+1 |
| * | | i8253: Alpha, PowerPC: Remove unused asm/8253pit.h | Ralf Baechle | 2011-06-09 | 1 | -3/+0 |
| * | | alpha: i8253: Cleanup remaining users of i8253pit.h | Ralf Baechle | 2011-06-09 | 2 | -2/+0 |
* | | | perf: Remove the nmi parameter from the swevent and overflow interface | Peter Zijlstra | 2011-07-01 | 1 | -1/+1 |
* | | | irq_work, alpha: Fix up arch hooks | Peter Zijlstra | 2011-07-01 | 1 | -1/+1 |
| |/
|/| |
|
* | | Fix node_start/end_pfn() definition for mm/page_cgroup.c | KAMEZAWA Hiroyuki | 2011-06-27 | 1 | -1/+0 |
* | | alpha: fix several security issues | Dan Rosenberg | 2011-06-15 | 1 | -4/+7 |
|/ |
|
* | Merge branch 'setns' | Linus Torvalds | 2011-05-28 | 2 | -1/+3 |
|\ |
|
| * | ns: Wire up the setns system call | Eric W. Biederman | 2011-05-28 | 2 | -1/+3 |
* | | arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT} | Akinobu Mita | 2011-05-26 | 1 | -4/+0 |
|/ |
|
* | Remove unused PROC_CHANGE_PENALTY constant | Stephen Boyd | 2011-05-25 | 1 | -2/+0 |
* | alpha: hook up gpiolib support | Mark Brown | 2011-05-25 | 2 | -0/+59 |
* | alpha: replace with new cpumask APIs | KOSAKI Motohiro | 2011-05-25 | 5 | -12/+14 |
* | alpha, mm: set all online nodes in N_NORMAL_MEMORY | David Rientjes | 2011-05-25 | 1 | -0/+1 |
* | mm: now that all old mmu_gather code is gone, remove the storage | Peter Zijlstra | 2011-05-25 | 1 | -2/+0 |
* | Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... | Linus Torvalds | 2011-05-24 | 1 | -1/+1 |
|\ |
|
| * | percpu: Always align percpu output section to PAGE_SIZE | Tejun Heo | 2011-03-24 | 1 | -1/+1 |
* | | extable, core_kernel_data(): Make sure all archs define _sdata | Steven Rostedt | 2011-05-20 | 1 | -0/+1 |
* | | Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g... | Linus Torvalds | 2011-05-19 | 1 | -2/+1 |
|\ \ |
|
| * \ | Merge commit 'v2.6.39-rc4' into sched/core | Ingo Molnar | 2011-04-21 | 8 | -19/+16 |
| |\ \ |
|
| * | | | sched: Provide scheduler_ipi() callback in response to smp_send_reschedule() | Peter Zijlstra | 2011-04-14 | 1 | -2/+1 |
* | | | | alpha: Wire up syscalls new to 2.6.39 | Michael Cree | 2011-05-13 | 2 | -5/+13 |