summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-04-08SUNRPC: don't call flush_dcache_page() with an invalid pointerTrond Myklebust1-3/+6
2008-04-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds3-9/+13
2008-04-07pvrusb2: fix broken build due to patch order dependencyMichael Krufky1-0/+4
2008-04-08SELinux: more GFP_NOFS fixups to prevent selinux from re-entering the fs codeStephen Smalley3-9/+13
2008-04-07Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/ralf...Linus Torvalds4-2/+48
2008-04-07[MIPS] Handle aliases in vmalloc correctly.Ralf Baechle4-2/+48
2008-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds1-1/+1
2008-04-07siimage: fix kernel oops on PPC 44xSergei Shtylyov1-1/+1
2008-04-07virtio_net: remove overzealous printkAnthony Liguori1-1/+0
2008-04-07Revert "smc91x: fix build breakage from the SMC_GET_MAC_ADDR API upgrade"Linus Torvalds1-4/+4
2008-04-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds3-50/+16
2008-04-07virtio: remove overzealous BUG_ON.Rusty Russell2-4/+4
2008-04-07x86: fix 64-bit asm NOPS for CONFIG_GENERIC_CPUSuresh Siddha1-10/+10
2008-04-07x86: fix call to set_cyc2ns_scale() from time_cpufreq_notifier()Karsten Wiese2-6/+2
2008-04-07revert "x86: tsc prevent time going backwards"Ingo Molnar2-34/+4
2008-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds11-60/+281
2008-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2-22/+116
2008-04-06Merge branch 'pci_id_updates' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+35
2008-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds3-2/+15
2008-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds1-0/+2
2008-04-06Fix booting pentium+ with dodgy TSCRusty Russell1-8/+0
2008-04-06fix IS_I9XX macro in i915 DRM driverJesse Barnes1-2/+2
2008-04-06scsi: fix sense_slab/bio swapping livelockHugh Dickins1-10/+12
2008-04-06V4L/DVB (7497): pvrusb2: add new usb pid for 73xxx modelsMichael Krufky1-0/+33
2008-04-06V4L/DVB (7496): pvrusb2: add new usb pid for 75xxx modelsMichael Krufky1-0/+2
2008-04-06V4L/DVB (7499): v4l/dvb Kconfig: Fix bugzilla #10067Mauro Carvalho Chehab1-0/+3
2008-04-06V4L/DVB (7495): s5h1409: fix blown-away bit in function s5h1409_set_gpioMichael Krufky1-1/+1
2008-04-06V4L/DVB (7460): bttv: Bt832 - fix possible NULL pointer derefCyrill Gorcunov1-1/+11
2008-04-06[WATCHDOG] it8712f_wdt Zero MSB timeout byte when disabling watchdogAndrew Paprocki1-0/+2
2008-04-05Revert "ACPI: Ignore _BQC object when registering backlight device"Linus Torvalds1-1/+1
2008-04-04Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/ralf...Linus Torvalds2-2/+3
2008-04-04Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/...David S. Miller3-8/+5
2008-04-04ipmi: change device node ordering to reflect probe orderCarol Hebert1-1/+1
2008-04-04mtd: fix broken state in CFI driver caused by FL_SHUTDOWNAlexey Korolev1-5/+5
2008-04-04memory controller: make memory resource control aware of boot optionsBalbir Singh1-0/+17
2008-04-04cgroups: add cgroup support for enabling controllers at boot timePaul Menage3-5/+42
2008-04-04[MIPS] Make KGDB compile on UPSergei Shtylyov1-1/+2
2008-04-04[MIPS] Pb1200: Fix header breakageSergei Shtylyov1-1/+1
2008-04-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds12-82/+123
2008-04-04m68k: update defconfigs for 2.6.25Geert Uytterhoeven11-4160/+5747
2008-04-04m68k: use KBUILD_DEFCONFIGAdrian Bunk2-657/+2
2008-04-04Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-23/+83
2008-04-04Be more careful about marking buffers dirtyLinus Torvalds1-1/+14
2008-04-04parport_pc: make sure to release IO ports after probing for IT87XXLinus Torvalds1-2/+1
2008-04-04fix endian lossage in forcedethAl Viro1-3/+2
2008-04-04net/tokenring/olympic.c section fixesAdrian Bunk1-3/+3
2008-04-04net: marvell.c fix sparse shadowed variable warningHarvey Harrison1-2/+0
2008-04-04[VLAN]: Fix egress priority mappings leak.Pavel Emelyanov1-0/+15
2008-04-04x86: revert assign IRQs to hpet timerThomas Gleixner3-48/+14
2008-04-04x86: tsc prevent time going backwardsThomas Gleixner2-4/+34