Age | Commit message (Expand) | Author | Files | Lines |
2010-10-04 | genirq: Provide advanced irq chip functions | Thomas Gleixner | 1 | -16/+50 |
2010-10-04 | genirq: Convert core code to irq_data | Thomas Gleixner | 11 | -110/+111 |
2010-10-04 | genirq: Create irq_data | Thomas Gleixner | 2 | -47/+82 |
2010-10-04 | x86: Use genirq Kconfig | Thomas Gleixner | 1 | -31/+5 |
2010-10-04 | genirq: Provide Kconfig | Thomas Gleixner | 2 | -0/+56 |
2010-10-04 | isdn: Free irq_data namespace | Thomas Gleixner | 1 | -3/+3 |
2010-10-04 | mfd: Rename struct irq_data to struct sih_irq_data | Thomas Gleixner | 1 | -1/+1 |
2010-09-30 | x86, hpet: Fix bogus error check in hpet_assign_irq() | Thomas Gleixner | 1 | -1/+1 |
2010-09-30 | x86, irq: Plug memory leak in sparse irq | Thomas Gleixner | 1 | -3/+8 |
2010-09-28 | x86, cpu: After uncapping CPUID, re-run CPU feature detection | H. Peter Anvin | 3 | -1/+3 |
2010-09-28 | alpha: fix compile problem in arch/alpha/kernel/signal.c | Linus Torvalds | 1 | -2/+2 |
2010-09-28 | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 4 | -14/+24 |
2010-09-28 | ahci: fix module refcount breakage introduced by libahci split | Tejun Heo | 4 | -14/+24 |
2010-09-28 | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+1 |
2010-09-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 2 | -3/+4 |
2010-09-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 53 | -196/+444 |
2010-09-28 | hwmon (coretemp): Fix build breakage if SMP is undefined | Guenter Roeck | 1 | -0/+1 |
2010-09-27 | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 1 | -1/+1 |
2010-09-27 | tcp: Fix >4GB writes on 64-bit. | David S. Miller | 3 | -4/+5 |
2010-09-27 | Fix pktcdvd ioctl dev_minor range check | Dan Rosenberg | 1 | -1/+1 |
2010-09-27 | MN10300: Default config choice GDBSTUB_TTYSM0 should be GDBSTUB_ON_TTYSM0 | David Howells | 1 | -1/+1 |
2010-09-27 | net/9p: Mount only matching virtio channels | Sven Eckelmann | 1 | -1/+2 |
2010-09-27 | de2104x: fix ethtool | Ondrej Zary | 1 | -2/+5 |
2010-09-27 | Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst... | David S. Miller | 1 | -3/+4 |
2010-09-27 | tproxy: check for transparent flag in ip_route_newports | Ulrich Weber | 1 | -0/+2 |
2010-09-27 | ipv6: add IPv6 to neighbour table overflow warning | Ulrich Weber | 2 | -2/+2 |
2010-09-27 | tcp: fix TSO FACK loss marking in tcp_mark_head_lost | Yuchung Cheng | 1 | -1/+2 |
2010-09-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 1 | -2/+4 |
2010-09-27 | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 27 | -81/+207 |
2010-09-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... | Linus Torvalds | 1 | -11/+18 |
2010-09-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp | Linus Torvalds | 1 | -0/+3 |
2010-09-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2 | -4/+5 |
2010-09-27 | Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -10/+7 |
2010-09-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb... | Linus Torvalds | 2 | -6/+14 |
2010-09-27 | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/... | Linus Torvalds | 2 | -1/+7 |
2010-09-27 | Merge git://git.infradead.org/iommu-2.6 | Linus Torvalds | 1 | -0/+27 |
2010-09-27 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 6 | -24/+82 |
2010-09-27 | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -1/+13 |
2010-09-27 | mn10300: check __get_user/__put_user results... | Al Viro | 1 | -6/+6 |
2010-09-27 | mn10300: get rid of set_fs(USER_DS) in sigframe setup | Al Viro | 1 | -4/+0 |
2010-09-27 | mn10300: ->restart_block.fn needs to be reset on sigreturn | Al Viro | 1 | -0/+3 |
2010-09-27 | mn10300: prevent double syscall restarts | Al Viro | 1 | -3/+9 |
2010-09-27 | mn10300: avoid SIGSEGV delivery loop | Al Viro | 1 | -2/+2 |
2010-09-27 | alpha: __get_user/__put_user results need to be checked... | Al Viro | 1 | -4/+4 |
2010-09-27 | alpha: switch osf_sigprocmask() to use of sigprocmask() | Al Viro | 3 | -47/+12 |
2010-09-27 | 3c59x: fix regression from patch "Add ethtool WOL support" | Jan Beulich | 1 | -0/+10 |
2010-09-27 | RDMA/cxgb3: Turn off RX coalescing for iWARP connections | Steve Wise | 1 | -2/+4 |
2010-09-27 | ARM: 6411/1: vexpress: set RAM latencies to 1 cycle for PL310 on ct-ca9x4 tile | Will Deacon | 1 | -1/+7 |
2010-09-27 | net/9p: fix memory handling/allocation in rdma_request() | Davidlohr Bueso | 1 | -11/+18 |
2010-09-27 | amd64_edac: Fix driver module removal | Borislav Petkov | 1 | -0/+3 |