| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] powermac: More powermac backlight fixes | Michael Hanselmann | 2006-07-31 | 1 | -2/+1 |
* | [PATCH] fbdev: statically link the framebuffer notification functions | Antonino A. Daplas | 2006-07-31 | 1 | -1/+1 |
* | [PATCH] Add parentheses around arguments in the SH_DIV macro. | Uwe Zeisberger | 2006-07-31 | 1 | -2/+2 |
* | [PATCH] always define IRQ_PER_CPU | Yoichi Yuasa | 2006-07-31 | 1 | -1/+1 |
* | [PATCH] delay accounting: temporarily enable by default | Shailabh Nagar | 2006-07-31 | 1 | -2/+2 |
* | [PATCH] make taskstats sending completely independent of delay accounting on/... | Shailabh Nagar | 2006-07-31 | 1 | -3/+1 |
* | [PATCH] genirq: {en,dis}able_irq_wake() need refcounting too | David Brownell | 2006-07-31 | 1 | -0/+3 |
* | [PATCH] Process Events: Fix biarch compatibility issue. use __u64 timestamp | Chandra Seetharaman | 2006-07-31 | 1 | -1/+2 |
* | [PATCH] ext3: avoid triggering ext3_error on bad NFS file handle | Neil Brown | 2006-07-31 | 1 | -0/+9 |
* | Merge branch 'master' into upstream-fixes | Jeff Garzik | 2006-07-29 | 5 | -10/+7 |
|\ |
|
| * | [PATCH] pi-futex: robust-futex exit | Ingo Molnar | 2006-07-28 | 1 | -1/+2 |
| * | [PATCH] ide: option to disable cache flushes for buggy drives | Jens Axboe | 2006-07-28 | 1 | -0/+1 |
| * | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2006-07-26 | 1 | -0/+2 |
| |\ |
|
| | * | [NETFILTER]: bridge netfilter: add deferred output hooks to feature-removal-s... | Patrick McHardy | 2006-07-24 | 1 | -0/+2 |
| * | | [PATCH] Reorganize the cpufreq cpu hotplug locking to not be totally bizare | Arjan van de Ven | 2006-07-26 | 1 | -3/+0 |
| |/ |
|
| * | [NET]: Correct dev_alloc_skb kerneldoc | Christoph Hellwig | 2006-07-24 | 1 | -2/+2 |
| * | [NET]: Remove CONFIG_HAVE_ARCH_DEV_ALLOC_SKB | Christoph Hellwig | 2006-07-24 | 1 | -4/+0 |
* | | Merge branch 'master' into upstream-fixes | Jeff Garzik | 2006-07-24 | 2 | -9/+3 |
|\ \
| |/ |
|
| * | cpu hotplug: simplify and hopefully fix locking | Linus Torvalds | 2006-07-23 | 1 | -6/+0 |
| * | [NET]: Fix reversed error test in netif_tx_trylock | Herbert Xu | 2006-07-21 | 1 | -3/+3 |
* | | [PATCH] libata: improve EH action and EHI flag handling | Tejun Heo | 2006-07-19 | 1 | -1/+3 |
|/ |
|
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2006-07-14 | 1 | -2/+3 |
|\ |
|
| * | [VLAN]: __vlan_hwaccel_rx can use the faster ether_compare_addr | Stephen Hemminger | 2006-07-14 | 1 | -2/+3 |
* | | [PATCH] per-task delay accounting taskstats interface: control exit data thro... | Shailabh Nagar | 2006-07-14 | 2 | -25/+6 |
* | | [PATCH] per-task delay accounting: avoid send without listeners | Shailabh Nagar | 2006-07-14 | 1 | -1/+12 |
* | | [PATCH] delay accounting taskstats interface send tgid once | Shailabh Nagar | 2006-07-14 | 2 | -16/+59 |
* | | [PATCH] per-task-delay-accounting: /proc export of aggregated block I/O delays | Shailabh Nagar | 2006-07-14 | 1 | -0/+10 |
* | | [PATCH] per-task-delay-accounting: delay accounting usage of taskstats interface | Shailabh Nagar | 2006-07-14 | 4 | -1/+71 |
* | | [PATCH] per-task-delay-accounting: taskstats interface | Shailabh Nagar | 2006-07-14 | 2 | -0/+141 |
* | | [PATCH] per-task-delay-accounting: cpu delay collection via schedstats | Chandra Seetharaman | 2006-07-14 | 1 | -3/+17 |
* | | [PATCH] per-task-delay-accounting: sync block I/O and swapin delay collection | Shailabh Nagar | 2006-07-14 | 2 | -0/+38 |
* | | [PATCH] per-task-delay-accounting: setup | Shailabh Nagar | 2006-07-14 | 3 | -0/+101 |
* | | [PATCH] list_is_last utility | Shailabh Nagar | 2006-07-14 | 1 | -0/+11 |
* | | [PATCH] symlink nesting level change | Al Viro | 2006-07-14 | 1 | -1/+1 |
* | | [PATCH] gpio: drop vtable members .gpio_set_high .gpio_set_low gpio_set is en... | Jim Cromie | 2006-07-14 | 1 | -2/+0 |
* | | [PATCH] RTC subsystem, Add ISL1208 support | Herbert Valerio Riedel | 2006-07-14 | 1 | -0/+1 |
* | | [PATCH] remove kernel/kthread.c:kthread_stop_sem() | Adrian Bunk | 2006-07-14 | 1 | -1/+0 |
* | | [PATCH] null-terminate over-long /proc/kallsyms symbols | Andreas Gruenbacher | 2006-07-14 | 1 | -6/+4 |
* | | [PATCH] mm: fix oom roll-back of __vmalloc_area_node | Jan Kiszka | 2006-07-14 | 1 | -0/+1 |
|/ |
|
* | Merge master.kernel.org:/home/rmk/linux-2.6-serial | Linus Torvalds | 2006-07-13 | 1 | -0/+1 |
|\ |
|
| * | [SERIAL] 8250: add tsi108 serial support | Zang Roy-r61911 | 2006-07-09 | 1 | -0/+1 |
* | | [PATCH] Fix broken kernel headers preventing ARM build | Russell King | 2006-07-13 | 1 | -0/+2 |
* | | Merge commit master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 of HEAD | Linus Torvalds | 2006-07-12 | 1 | -2/+0 |
|\ \ |
|
| * | | [WAN]: converting generic HDLC to use netif_dormant*() | Krzysztof Halasa | 2006-07-12 | 1 | -2/+0 |
* | | | Merge commit master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6 of HEAD | Linus Torvalds | 2006-07-12 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | [PATCH] i2c-powermac: Fix master_xfer return value | Jean Delvare | 2006-07-12 | 1 | -0/+2 |
| |/ / |
|
* | | | Merge commit master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 of... | Linus Torvalds | 2006-07-12 | 2 | -8/+1 |
|\ \ \ |
|
| * | | | [PATCH] The scheduled unexport of insert_resource | Adrian Bunk | 2006-07-12 | 1 | -1/+1 |
| * | | | [PATCH] remove kernel/power/pm.c:pm_unregister_all() | Adrian Bunk | 2006-07-12 | 1 | -7/+0 |
| |/ / |
|
* | | | Merge commit master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 of HEAD | Linus Torvalds | 2006-07-12 | 2 | -0/+17 |
|\ \ \ |
|