Age | Commit message (Expand) | Author | Files | Lines |
2011-05-31 | [IA64] wire up sendmmsg() syscall for Itanium | Tony Luck | 2 | -1/+3 |
2011-05-28 | Merge branch 'setns' | Linus Torvalds | 2 | -1/+3 |
2011-05-28 | ns: Wire up the setns system call | Eric W. Biederman | 2 | -1/+3 |
2011-05-27 | arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT} | Akinobu Mita | 1 | -4/+0 |
2011-05-26 | Merge branches 'core-fixes-for-linus' and 'irq-fixes-for-linus' of git://git.... | Linus Torvalds | 1 | -1/+1 |
2011-05-25 | mm: now that all old mmu_gather code is gone, remove the storage | Peter Zijlstra | 1 | -2/+0 |
2011-05-25 | ia64: mmu_gather rework | Peter Zijlstra | 1 | -20/+46 |
2011-05-25 | arch, mm: filter disallowed nodes from arch specific show_mem functions | David Rientjes | 2 | -8/+12 |
2011-05-24 | seqlock: Get rid of SEQLOCK_UNLOCKED | Eric Dumazet | 1 | -1/+1 |
2011-05-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2011-05-23 | Merge branch 'kvm-updates/2.6.40' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -13/+13 |
2011-05-22 | KVM: ia64: fix sparse warnings | Jeff Mahoney | 1 | -13/+13 |
2011-05-21 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 2 | -1/+2 |
2011-05-20 | sanitize <linux/prefetch.h> usage | Linus Torvalds | 2 | -0/+2 |
2011-05-20 | [IA64] define "_sdata" symbol | Tony Luck | 1 | -0/+1 |
2011-05-20 | Pull misc-2.6.40 into release branch | Tony Luck | 1 | -1/+1 |
2011-05-20 | Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 3 | -17/+4 |
2011-05-20 | Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g... | Linus Torvalds | 2 | -1/+11 |
2011-05-14 | Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-a... | Thomas Gleixner | 57 | -472/+280 |
2011-05-10 | treewide: fix a few typos in comments | Justin P. Mattock | 1 | -1/+1 |
2011-05-04 | [CPUFREQ] use dynamic debug instead of custom infrastructure | Dominik Brodowski | 1 | -23/+21 |
2011-04-14 | sched: Provide scheduler_ipi() callback in response to smp_send_reschedule() | Peter Zijlstra | 2 | -1/+11 |
2011-04-07 | Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 | Linus Torvalds | 14 | -18/+18 |
2011-04-07 | [IA64] fix build warning in arch/ia64/oprofile/backtrace.c | Tony Luck | 1 | -1/+1 |
2011-04-01 | [IA64] fix build warning: argument 1 of 'irqd_irq_disabled' | Tony Luck | 1 | -1/+1 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 14 | -18/+18 |
2011-03-30 | [IA64] Fix build breakage - sn_force_interrupt_flag: undefined | Tony Luck | 1 | -42/+0 |
2011-03-29 | ia64: Remove redundant declaration of irq_desc[] | Thomas Gleixner | 1 | -3/+0 |
2011-03-29 | ia64: Convert to the new irq_* function names | Thomas Gleixner | 4 | -10/+10 |
2011-03-29 | ia64: Use generic show_interrupts() | Thomas Gleixner | 2 | -40/+3 |
2011-03-29 | ia64: Use irqd_irq_disabled() instead of desc->status access | Thomas Gleixner | 2 | -2/+2 |
2011-03-29 | ia64: sn: Use irqd_mark_affinity_set() helper | Thomas Gleixner | 1 | -3/+1 |
2011-03-29 | ia64: msi: Use irq_move_irq() | Thomas Gleixner | 1 | -1/+1 |
2011-03-29 | ia64: sn: Use irq_move_irq() | Thomas Gleixner | 2 | -2/+2 |
2011-03-29 | ia64: iosapic: Use new irq_move_* functions | Thomas Gleixner | 1 | -6/+4 |
2011-03-29 | ia64: iosapic: Remove redundant mask from ack() | Thomas Gleixner | 1 | -9/+0 |
2011-03-29 | ia64: Use accessor functions all over the place | Thomas Gleixner | 4 | -12/+6 |
2011-03-29 | ia64: xen: Use irq accessor functions | Thomas Gleixner | 1 | -3/+1 |
2011-03-29 | ia64: iosapic: Cleanup irq_desc access | Thomas Gleixner | 1 | -17/+15 |
2011-03-29 | ia64: sn: Drop unused function | Thomas Gleixner | 1 | -16/+0 |
2011-03-29 | ia64: Convert iosapic to new irq_chip functions | Thomas Gleixner | 1 | -32/+38 |
2011-03-29 | ia64: Convert lsapic to new irq_chip functions | Thomas Gleixner | 1 | -11/+11 |
2011-03-29 | ia64: Convert msi to new irq_chip functions | Thomas Gleixner | 1 | -19/+22 |
2011-03-29 | ia64: Convert sn to new irq_chip functions | Thomas Gleixner | 1 | -21/+23 |
2011-03-29 | ia64: Convert msi_sn to new irq_chip functions | Thomas Gleixner | 1 | -14/+14 |
2011-03-29 | ia64: hp-sim: Cleanup direct access to irq_desc | Thomas Gleixner | 1 | -5/+5 |
2011-03-29 | ia64: Convert hp-sim to new irq_chip functions | Thomas Gleixner | 1 | -10/+10 |
2011-03-29 | ia64: Remove stale irq_chip.end | Thomas Gleixner | 4 | -27/+0 |
2011-03-29 | ia64: Cleanup migrate_irqs() | Thomas Gleixner | 1 | -13/+14 |
2011-03-29 | ia64: Convert migrate_platform_irqs() to new irq chip functions | Thomas Gleixner | 1 | -7/+7 |