Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | powerpc: Fix rare boot build breakage | Hugh Dickins | 2008-09-08 | 1 | -1/+1 | |
| * | | | | | | | powerpc/spufs: Fix possible scheduling of a context to multiple SPEs | Andre Detsch | 2008-09-08 | 1 | -1/+2 | |
| * | | | | | | | powerpc/spufs: Fix race for a free SPU | Jeremy Kerr | 2008-09-05 | 1 | -4/+19 | |
| * | | | | | | | powerpc/spufs: Fix multiple get_spu_context() | Jeremy Kerr | 2008-09-05 | 1 | -1/+2 | |
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2008-09-08 | 1 | -36/+48 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Revert "crypto: camellia - Use kernel-provided bitops, unaligned access helpers" | Herbert Xu | 2008-09-08 | 1 | -36/+48 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2008-09-08 | 10 | -13/+50 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | [ARM] 5241/1: provide ioremap_wc() | Lennert Buytenhek | 2008-09-06 | 3 | -8/+31 | |
| * | | | | | | | | [ARM] omap: fix virtual vs physical address space confusions | Russell King | 2008-09-04 | 4 | -2/+17 | |
| * | | | | | | | | [ARM] remove unused #include <version.h> | Huang Weiyi | 2008-09-04 | 1 | -1/+0 | |
| * | | | | | | | | [ARM] omap: fix build error in ohci-omap.c | Russell King | 2008-09-04 | 1 | -1/+1 | |
| * | | | | | | | | [ARM] omap: fix gpio.c build error | Russell King | 2008-09-03 | 1 | -1/+1 | |
* | | | | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2008-09-08 | 3 | -137/+196 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'sched/cpuset' into sched/urgent | Ingo Molnar | 2008-09-06 | 3 | -137/+196 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | sched: arch_reinit_sched_domains() must destroy domains to force rebuild | Max Krasnyansky | 2008-09-06 | 2 | -7/+14 | |
| | * | | | | | | | | | sched, cpuset: rework sched domains and CPU hotplug handling (v4) | Max Krasnyansky | 2008-08-14 | 1 | -130/+182 | |
* | | | | | | | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2008-09-08 | 7 | -43/+65 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | ahci: RAID mode SATA patch for Intel Ibex Peak DeviceIDs | Seth Heasley | 2008-09-08 | 1 | -0/+2 | |
| * | | | | | | | | | | | pata_sil680: remove duplicate pcim_enable_device | David Milburn | 2008-09-08 | 1 | -3/+0 | |
| * | | | | | | | | | | | libata-sff: kill spurious WARN_ON() in ata_hsm_move() | Tejun Heo | 2008-09-08 | 1 | -5/+0 | |
| * | | | | | | | | | | | sata_nv: disable hardreset for generic | Tejun Heo | 2008-09-08 | 1 | -18/+1 | |
| * | | | | | | | | | | | ahci: disable PMP for marvell ahcis | Tejun Heo | 2008-09-08 | 1 | -1/+1 | |
| * | | | | | | | | | | | sata_mv: add RocketRaid 1720 PCI ID to driver | Mark Lord | 2008-09-08 | 1 | -1/+2 | |
| * | | | | | | | | | | | ahci, pata_marvell: play nicely together | Alan Cox | 2008-09-08 | 3 | -15/+59 | |
| | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Fix format of MAINTAINERS | Uwe Kleine-König | 2008-09-08 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-09-08 | 10 | -17/+94 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | bridge: don't allow setting hello time to zero | Stephen Hemminger | 2008-09-08 | 2 | -9/+25 | |
| * | | | | | | | | | | | netns : fix kernel panic in timewait socket destruction | Daniel Lezcano | 2008-09-08 | 4 | -0/+40 | |
| * | | | | | | | | | | | pkt_sched: Fix qdisc state in net_tx_action() | Jarek Poplawski | 2008-09-07 | 1 | -1/+6 | |
| * | | | | | | | | | | | netfilter: nf_conntrack_irc: make sure string is terminated before calling si... | Patrick McHardy | 2008-09-07 | 1 | -0/+10 | |
| * | | | | | | | | | | | netfilter: nf_conntrack_gre: nf_ct_gre_keymap_flush() fixlet | Alexey Dobriyan | 2008-09-07 | 1 | -4/+4 | |
| * | | | | | | | | | | | netfilter: nf_conntrack_gre: more locking around keymap list | Alexey Dobriyan | 2008-09-07 | 1 | -1/+5 | |
| * | | | | | | | | | | | netfilter: nf_conntrack_sip: de-static helper pointers | Alexey Dobriyan | 2008-09-07 | 1 | -2/+4 | |
* | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2008-09-08 | 1 | -8/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | sparc64: Prevent sparc64 from invoking irq handlers on offline CPUs | Paul E. McKenney | 2008-09-03 | 1 | -4/+4 | |
| * | | | | | | | | | | | sparc64: Fix IPI call locking. | David S. Miller | 2008-09-03 | 1 | -6/+4 | |
* | | | | | | | | | | | | usb: fix null deferences in low level usb serial | Jason Wessel | 2008-09-08 | 1 | -1/+1 | |
* | | | | | | | | | | | | NFS: Restore missing hunk in NFS mount option parser | Chuck Lever | 2008-09-08 | 1 | -0/+6 | |
| |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2008-09-06 | 2 | -18/+58 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Input: i8042 - make Lenovo 3000 N100 blacklist entry more specific | Jiri Kosina | 2008-09-04 | 1 | -1/+1 | |
| * | | | | | | | | | | | Input: bcm5974 - add BTN_TOUCH event for mousedev benefit | Henrik Rydberg | 2008-09-04 | 1 | -0/+2 | |
| * | | | | | | | | | | | Input: bcm5974 - improve finger tracking and counting | Henrik Rydberg | 2008-09-04 | 1 | -16/+54 | |
| * | | | | | | | | | | | Input: bcm5974 - small formatting cleanup | Henrik Rydberg | 2008-09-04 | 1 | -1/+1 | |
| * | | | | | | | | | | | Input: bcm5974 - add maintainer entry | Henrik Rydberg | 2008-08-22 | 1 | -0/+6 | |
* | | | | | | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2008-09-06 | 11 | -61/+167 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | x86: cpu_init(): fix memory leak when using CPU hotplug | Andreas Herrmann | 2008-09-06 | 1 | -10/+13 | |
| * | | | | | | | | | | | x86: pda_init(): fix memory leak when using CPU hotplug | Andreas Herrmann | 2008-09-06 | 1 | -6/+9 | |
| * | | | | | | | | | | | x86, xen: Use native_pte_flags instead of native_pte_val for .pte_flags | Eduardo Habkost | 2008-09-06 | 1 | -1/+1 | |
| * | | | | | | | | | | | x86: move mtrr cpu cap setting early in early_init_xxxx | Yinghai Lu | 2008-09-06 | 3 | -8/+44 | |
| * | | | | | | | | | | | x86: delay early cpu initialization until cpuid is done | Krzysztof Helt | 2008-09-06 | 1 | -2/+2 |