aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* readahead: remove one unnecessary radix tree lookupWu Fengguang2009-06-161-1/+1
* readahead: apply max_sane_readahead() limit in ondemand_readahead()Wu Fengguang2009-06-161-1/+1
* readahead: move max_sane_readahead() calls into force_page_cache_readahead()Wu Fengguang2009-06-164-5/+4
* readahead: make mmap_miss an unsigned intWu Fengguang2009-06-161-1/+1
* mm: consolidate init_mm definitionAlexey Dobriyan2009-06-1624-88/+21
* firmware_map: fix hang with x86/32bitYinghai Lu2009-06-162-15/+13
* spi: takes size of a pointer to determine the size of the pointed-to typeRoel Kluin2009-06-161-3/+3
* time: move PIT_TICK_RATE to linux/timex.hArnd Bergmann2009-06-1613-21/+12
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2009-06-151-2/+2
|\
| * [IA64] fix compile error in arch/ia64/mm/extable.cRusty Russell2009-06-151-2/+2
* | Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2009-06-1512-21/+163
|\ \
| * | timers: Logic to move non pinned timersArun R Bharadwaj2009-05-136-5/+101
| * | timers: /proc/sys sysctl hook to enable timer migrationArun R Bharadwaj2009-05-133-0/+11
| * | timers: Identifying the existing pinned timersArun R Bharadwaj2009-05-134-7/+9
| * | timers: Framework for identifying pinned timersArun R Bharadwaj2009-05-134-9/+39
| * | timers: allow deferrable timers for intervals tv2-tv5 to be deferredJon Hunter2009-05-021-0/+3
* | | Merge branch 'timers-for-linus-clockevents' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-06-152-1/+3
|\ \ \
| * | | clockevent: export register_device and delta2nsMagnus Damm2009-05-021-0/+2
| * | | clockevents: tick_broadcast_device can become staticDmitri Vorobiev2009-05-021-1/+1
| |/ /
* | | Merge branch 'timers-for-linus-clocksource' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-06-153-1/+39
|\ \ \
| * | | clocksource: prevent selection of low resolution clocksourse also for nohz=onThomas Gleixner2009-06-135-11/+33
| * | | clocksource: sanity check sysfs clocksource changesjohn stultz2009-06-113-4/+20
* | | | Merge branch 'timers-for-linus-ntp' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-06-151-11/+31
|\ \ \ \
| * | | | ntp: fix comment typosjohn stultz2009-05-121-2/+2
| * | | | ntp: adjust SHIFT_PLL to improve NTP convergencejohn stultz2009-05-061-11/+31
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-06-151136-47572/+106185
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-06-153726-71793/+285207
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | pkt_sched: Rename PSCHED_US2NS and PSCHED_NS2USJarek Poplawski2009-06-153-8/+8
| * | | | | ipv4: Fix fib_trie rebalancingJarek Poplawski2009-06-151-10/+37
| * | | | | Bluetooth: Fix issue with uninitialized nsh.type in DTL-1 driverMarcel Holtmann2009-06-141-0/+2
| * | | | | Bluetooth: Fix Kconfig issue with RFKILL integrationMarcel Holtmann2009-06-141-1/+2
| * | | | | PIM-SM: namespace changesTom Goff2009-06-142-20/+29
| * | | | | ipv4: update ARPD help textTimo Teräs2009-06-131-22/+13
| * | | | | net: use a deferred timer in rt_check_expireEric Dumazet2009-06-131-3/+8
| * | | | | ieee802154: fix kconfig bool/tristate muckupRandy Dunlap2009-06-131-1/+1
| * | | | | bonding: initialization reworkStephen Hemminger2009-06-131-37/+30
| * | | | | bonding: use is_zero_ether_addrStephen Hemminger2009-06-131-2/+2
| * | | | | bonding: network device names are case sensativeStephen Hemminger2009-06-132-53/+57
| * | | | | bonding: elminate bad refcount codeStephen Hemminger2009-06-131-21/+0
| * | | | | bonding: fix style issuesStephen Hemminger2009-06-132-497/+460
| * | | | | bonding: fix destructorStephen Hemminger2009-06-133-15/+9
| * | | | | bonding: remove bonding read/write semaphoreStephen Hemminger2009-06-133-36/+6
| * | | | | bonding: initialize before registrationStephen Hemminger2009-06-131-4/+4
| * | | | | bonding: bond_create always called with default parametersStephen Hemminger2009-06-133-9/+8
| * | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...David S. Miller2009-06-136-1/+1016
| |\ \ \ \ \
| | * | | | | irda: add git tree to MAINTAINERS fileSamuel Ortiz2009-06-131-0/+1
| | * | | | | irda: smsc wait count reaches -1Roel Kluin2009-06-131-1/+1
| | * | | | | irda: new Blackfin on-chip SIR IrDA driverGraff Yang2009-06-134-0/+1014
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-06-1312-220/+431
| |\ \ \ \ \ \
| | * | | | | | x_tables: Convert printk to pr_errJoe Perches2009-06-131-8/+8