summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | powerpc: Fix MSI support on U4 bridge PCIe slotBenjamin Herrenschmidt2009-12-182-8/+49
| * | | | | powerpc: Handle VSX alignment faults correctly in little-endian modeNeil Campbell2009-12-181-17/+46
| * | | | | powerpc/mm: Fix typo of cpumask_clear_cpu()Yang Li2009-12-181-1/+1
| * | | | | powerpc/mm: Fix hash_utils_64.c compile errors with DEBUG enabled.Sachin P. Sant2009-12-181-4/+4
| * | | | | powerpc: Convert BUG() to use unreachable()David Daney2009-12-181-1/+1
| * | | | | powerpc/pseries: Make declarations of cpu_hotplug_driver_lock() ANSI compatible.Gautham R Shenoy2009-12-181-2/+4
| * | | | | powerpc/pseries: Don't panic when H_PROD fails during cpu-online.Gautham R Shenoy2009-12-181-2/+2
| * | | | | powerpc/mm: Fix a WARN_ON() with CONFIG_DEBUG_PAGEALLOC and CONFIG_DEBUG_VMBenjamin Herrenschmidt2009-12-181-1/+1
| * | | | | powerpc/defconfigs: Set HZ=100 on pseries and ppc64 defconfigsAnton Blanchard2009-12-182-6/+6
| * | | | | powerpc/defconfigs: Disable token ring in powerpc defconfigsAnton Blanchard2009-12-185-10/+10
| * | | | | powerpc/defconfigs: Reduce 64bit vmlinux by making acenic and cramfs modulesAnton Blanchard2009-12-183-5/+5
| * | | | | powerpc/pseries: Select XICS and PCI_MSI PSERIESMel Gorman2009-12-181-0/+2
| * | | | | powerpc/85xx: Wrong variable returned on errorRoel Kluin2009-12-181-1/+1
| * | | | | powerpc/iseries: Convert to proc_fopsAlexey Dobriyan2009-12-181-64/+83
| * | | | | powerpc: Make the CMM memory hotplug awareRobert Jennings2009-12-181-6/+248
| * | | | | mm: Add notifier in pageblock isolation for balloon driversRobert Jennings2009-12-183-7/+96
* | | | | | media video cx23888 driver: ported to new kfifo APIStefani Seibold2009-12-221-25/+19
* | | | | | kfifo: add record handling functionsStefani Seibold2009-12-222-93/+523
* | | | | | kfifo: add kfifo_skip, kfifo_from_user and kfifo_to_userStefani Seibold2009-12-222-16/+170
* | | | | | kfifo: add DEFINE_KFIFO and friends, add very tiny functionsStefani Seibold2009-12-221-2/+92
* | | | | | kfifo: fix warn_unused_resultStefani Seibold2009-12-227-16/+51
* | | | | | kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold2009-12-2215-81/+101
* | | | | | kfifo: cleanup namespaceStefani Seibold2009-12-2213-73/+55
* | | | | | kfifo: move out spinlockStefani Seibold2009-12-2216-130/+131
* | | | | | kfifo: move struct kfifo in placeStefani Seibold2009-12-2224-259/+238
* | | | | | mm tracing: cleanup Documentation/trace/events-kmem.txtRandy Dunlap2009-12-221-7/+7
* | | | | | lib/string.c: fix kernel-doc warningsRandy Dunlap2009-12-221-3/+3
* | | | | | Revert "time: Remove xtime_cache"Linus Torvalds2009-12-222-4/+24
* | | | | | resources: fix call to alignf() in allocate_resource()Dominik Brodowski2009-12-211-16/+16
| |_|/ / / |/| | | |
* | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-12-211-109/+9
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | pata_cmd64x: fix overclocking of UDMA0-2 modesBartlomiej Zolnierkiewicz2009-12-201-1/+1
| * | | | Revert "pata_cmd64x: implement serialization as per notes"Jeff Garzik2009-12-201-108/+8
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-12-2115-80/+86
|\ \ \ \ \
| * | | | | bnx2: Fix bnx2_netif_stop() merge error.Michael Chan2009-12-201-1/+1
| * | | | | gianfar: Fix bit definitions of IMASK_GRSC and IMASK_GTSCSandeep Gopalpet2009-12-181-2/+2
| * | | | | gianfar: Fix stats supportSandeep Gopalpet2009-12-182-6/+46
| * | | | | gianfar: Fix a filer bugSandeep Gopalpet2009-12-182-1/+11
| * | | | | bnx2: fixing a timout error due not refreshing TX timers correctlyBreno Leitao2009-12-181-1/+9
| * | | | | can/at91: don't check platform_get_irq's return value against zeroUwe Kleine-König2009-12-181-1/+1
| * | | | | mISDN: use DECLARE_COMPLETION_ONSTACK for non-constant completionYong Zhang2009-12-181-1/+1
| * | | | | bnx2: reset_task is crashing the kernel. Fixing it.Breno Leitao2009-12-181-1/+1
| * | | | | ipv6: fix an oops when force unload ipv6 moduleYang Hongyang2009-12-181-1/+2
| * | | | | TI DaVinci EMAC: Fix MDIO bus frequency configurationNageswari Srinivasan2009-12-181-1/+1
| * | | | | e100: Fix broken cbs accounting due to missing memset.Roger Oksanen2009-12-181-1/+1
| * | | | | broadcom: bcm54xx_shadow_read() errors ignored in bcm54xx_adjust_rxrefclk()Roel Kluin2009-12-181-1/+2
| * | | | | e1000e: LED settings in EEPROM ignored on 82571 and 82572Bruce Allan2009-12-181-6/+0
| * | | | | netxen: use module parameter correctlyStephen Hemminger2009-12-181-54/+3
| * | | | | netns: fix net.ipv6.route.gc_min_interval_ms in netnsAlexey Dobriyan2009-12-181-0/+1
| * | | | | Bluetooth: Prevent ill-timed autosuspend in USB driverOliver Neukum2009-12-171-0/+1
| * | | | | Bluetooth: Fix L2CAP locking scheme regressionAndrei Emeltchenko2009-12-171-0/+1
OpenPOWER on IntegriCloud