summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [IA64] kprobes: kprobe-booster for ia64Masami Hiramatsu2008-04-092-27/+113
* [IA64] fix getpid and set_tid_address fast system calls for pid namespacesPavel Emelyanov2008-04-092-4/+37
* [IA64] Replace explicit jiffies tests with time_* macros.Robert P. J. Day2008-04-092-5/+5
* [IA64] use goto to jump out do/while_each_threadLi Zefan2008-04-091-2/+2
* [IA64] Fix unlock ordering in smp_callinAlan D. Brunelle2008-04-091-1/+1
* [IA64] pgd_offset() constfication.KOSAKI Motohiro2008-04-091-1/+1
* [IA64] kdump: crash.c coding style fixHidetoshi Seto2008-04-091-26/+26
* [IA64] kdump: add kdump_on_fatal_mcaHidetoshi Seto2008-04-092-13/+24
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2008-04-073-9/+13
|\
| * SELinux: more GFP_NOFS fixups to prevent selinux from re-entering the fs codeStephen Smalley2008-04-083-9/+13
* | pvrusb2: fix broken build due to patch order dependencyMichael Krufky2008-04-071-0/+4
|/
* Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/ralf...Linus Torvalds2008-04-074-2/+48
|\
| * [MIPS] Handle aliases in vmalloc correctly.Ralf Baechle2008-04-074-2/+48
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-04-071-1/+1
|\ \
| * | siimage: fix kernel oops on PPC 44xSergei Shtylyov2008-04-071-1/+1
| |/
* | virtio_net: remove overzealous printkAnthony Liguori2008-04-071-1/+0
* | Revert "smc91x: fix build breakage from the SMC_GET_MAC_ADDR API upgrade"Linus Torvalds2008-04-071-4/+4
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-04-073-50/+16
|\
| * x86: fix 64-bit asm NOPS for CONFIG_GENERIC_CPUSuresh Siddha2008-04-071-10/+10
| * x86: fix call to set_cyc2ns_scale() from time_cpufreq_notifier()Karsten Wiese2008-04-072-6/+2
| * revert "x86: tsc prevent time going backwards"Ingo Molnar2008-04-072-34/+4
* | virtio: remove overzealous BUG_ON.Rusty Russell2008-04-072-4/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-0711-60/+281
|\
| * Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/...David S. Miller2008-04-043-8/+5
| |\
| | * fix endian lossage in forcedethAl Viro2008-04-041-3/+2
| | * net/tokenring/olympic.c section fixesAdrian Bunk2008-04-041-3/+3
| | * net: marvell.c fix sparse shadowed variable warningHarvey Harrison2008-04-041-2/+0
| * | [VLAN]: Fix egress priority mappings leak.Pavel Emelyanov2008-04-041-0/+15
| |/
| * [TG3]: Add PHY workaround for 5784Matt Carlson2008-04-032-14/+219
| * [NET]: srandom32 fixes for networking v2Andi Kleen2008-04-031-4/+9
| * [IPV6]: Fix refcounting for anycast dst entries.Denis V. Lunev2008-04-031-7/+2
| * [IPV6]: inet6_dev on loopback should be kept until namespace stop.Denis V. Lunev2008-04-031-1/+1
| * [IPV6]: Event type in addrconf_ifdown is mis-used.Denis V. Lunev2008-04-031-5/+5
| * [ICMP]: Ensure that ICMP relookup maintains status quoHerbert Xu2008-04-032-21/+25
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-04-072-22/+116
|\ \
| * | [SPARC64]: Fix user accesses in regset code.David S. Miller2008-04-031-21/+115
| * | [SPARC64]: Fix FPU saving in 64-bit signal handling.David S. Miller2008-04-031-1/+1
* | | Merge branch 'pci_id_updates' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-04-061-0/+35
|\ \ \
| * | | V4L/DVB (7497): pvrusb2: add new usb pid for 73xxx modelsMichael Krufky2008-04-061-0/+33
| * | | V4L/DVB (7496): pvrusb2: add new usb pid for 75xxx modelsMichael Krufky2008-04-061-0/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds2008-04-063-2/+15
|\ \ \ \
| * | | | V4L/DVB (7499): v4l/dvb Kconfig: Fix bugzilla #10067Mauro Carvalho Chehab2008-04-061-0/+3
| * | | | V4L/DVB (7495): s5h1409: fix blown-away bit in function s5h1409_set_gpioMichael Krufky2008-04-061-1/+1
| * | | | V4L/DVB (7460): bttv: Bt832 - fix possible NULL pointer derefCyrill Gorcunov2008-04-061-1/+11
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2008-04-061-0/+2
|\ \ \ \
| * | | | [WATCHDOG] it8712f_wdt Zero MSB timeout byte when disabling watchdogAndrew Paprocki2008-04-061-0/+2
| |/ / /
* | | | Fix booting pentium+ with dodgy TSCRusty Russell2008-04-061-8/+0
* | | | fix IS_I9XX macro in i915 DRM driverJesse Barnes2008-04-061-2/+2
* | | | scsi: fix sense_slab/bio swapping livelockHugh Dickins2008-04-061-10/+12
* | | | Revert "ACPI: Ignore _BQC object when registering backlight device"Linus Torvalds2008-04-051-1/+1
|/ / /
OpenPOWER on IntegriCloud