summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | sh: Provide cpumask_of_pcibus() to fix NUMA build.Paul Mundt2009-04-071-2/+5
| * | | | | | | sh: urquell: Add board commentKuninori Morimoto2009-04-071-0/+27
| * | | | | | | sh: wire up sys_preadv/sys_pwritev() syscalls.Paul Mundt2009-04-064-2/+10
| * | | | | | | sh: sh7785lcr: fix PCI address map for 32-bit modeYoshihiro Shimoda2009-04-062-0/+7
| * | | | | | | sh: intc: Added resume from hibernation support to the intcFrancesco VIRLINZI2009-04-061-4/+31
* | | | | | | | Fix lpfc_parse_bg_err()'s use of do_div()David Howells2009-04-141-1/+1
* | | | | | | | tty: Update some of the USB kernel docLeandro Dorileo2009-04-141-2/+5
* | | | | | | | parport_pc: Fix build failure drivers/parport/parport_pc.c for powerpcTony Breeds2009-04-141-1/+1
* | | | | | | | parport: Fix various uses of parport_pcAlan Cox2009-04-142-3/+5
* | | | | | | | tty: Fix leak in ti-usbAlan Cox2009-04-141-12/+14
* | | | | | | | cdc-acm: Fix long standing abuse of tty->low_latencyAlan Cox2009-04-141-4/+0
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-04-139-10/+65
|\ \ \ \ \ \ \
| * | | | | | | tomoyo: version bump to 2.2.0.Tetsuo Handa2009-04-148-10/+10
| * | | | | | | tomoyo: add Documentation/tomoyo.txtTetsuo Handa2009-04-141-0/+55
| | |/ / / / / | |/| | | | |
* | | | | | | Fix quilt merge error in acpi-cpufreq.cLinus Torvalds2009-04-131-1/+1
* | | | | | | Merge branch 'for-rc1/xen/core' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-04-139-71/+193
|\ \ \ \ \ \ \
| * | | | | | | xen: add FIX_TEXT_POKE to fixmapJeremy Fitzhardinge2009-04-081-0/+3
| * | | | | | | xen: honour VCPU availability on bootIan Campbell2009-04-081-10/+30
| * | | | | | | xen: clean up gate trap/interrupt constantsJeremy Fitzhardinge2009-04-081-3/+3
| * | | | | | | xen: set _PAGE_NX in __supported_pte_mask before pagetable constructionJeremy Fitzhardinge2009-04-081-1/+6
| * | | | | | | xen: resume interrupts before system devices.Ian Campbell2009-04-081-2/+3
| * | | | | | | xen/mmu: weaken flush_tlb_other testJeremy Fitzhardinge2009-04-081-2/+2
| * | | | | | | xen/mmu: some early pagetable cleanupsJeremy Fitzhardinge2009-04-082-14/+28
| * | | | | | | Xen: Add virt_to_pfn helper functionAlex Nixon2009-04-081-1/+2
| * | | | | | | x86-64: remove PGE from must-have feature listJeremy Fitzhardinge2009-04-081-1/+1
| * | | | | | | xen: mask XSAVE from cpuidJeremy Fitzhardinge2009-04-081-6/+44
| * | | | | | | NULL noise: arch/x86/xen/smp.cHannes Eder2009-04-081-2/+2
| * | | | | | | xen: remove xen_load_gdt debugJeremy Fitzhardinge2009-04-081-3/+0
| * | | | | | | xen: make xen_load_gdt simplerJeremy Fitzhardinge2009-04-081-8/+6
| * | | | | | | xen: clean up xen_load_gdtJeremy Fitzhardinge2009-04-081-2/+13
| * | | | | | | xen: split construction of p2m mfn tables from registrationJeremy Fitzhardinge2009-04-081-1/+6
| * | | | | | | xen: separate p2m allocation from settingJeremy Fitzhardinge2009-04-082-17/+47
| * | | | | | | xen: disable preempt for leave_lazy_mmuJeremy Fitzhardinge2009-04-081-1/+0
* | | | | | | | edac: use to_delayed_work()Jean Delvare2009-04-133-3/+3
* | | | | | | | edac: fix local pci_write_bits32Jeff Haran2009-04-131-2/+10
* | | | | | | | sgi-xpc: clean up numerous globalsRobin Holt2009-04-136-295/+254
* | | | | | | | sgi-xpc: implement opencomplete messagingRobin Holt2009-04-135-61/+124
* | | | | | | | sgi-xpc: prevent false heartbeat failuresRobin Holt2009-04-134-152/+123
* | | | | | | | sgi-xpc: update SGI XP/XPC/XPNET maintainerRobin Holt2009-04-131-2/+2
* | | | | | | | doc: use correct debugfs mountpointShen Feng2009-04-131-3/+3
* | | | | | | | memcg: fix documentationBharata B Rao2009-04-131-23/+32
* | | | | | | | Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)Yang Hongyang2009-04-1315-36/+36
* | | | | | | | ext2: fix data corruption for racing writesJan Kara2009-04-131-11/+33
* | | | | | | | shmem: respect MAX_LFS_FILESIZEHugh Dickins2009-04-131-5/+20
* | | | | | | | shmem: fix division by zeroYuri Tikhonov2009-04-131-1/+1
* | | | | | | | intelfb: support i854Stefan Husemann2009-04-137-0/+16
* | | | | | | | mm: add documentation describing what tsk->active_mm means vs tsk->mmMichael Ellerman2009-04-132-0/+85
* | | | | | | | memcg: remove warning when CONFIG_DEBUG_VM=nKAMEZAWA Hiroyuki2009-04-131-1/+1
* | | | | | | | kernel/sys.c: clean up sys_shutdown exit pathAndi Kleen2009-04-131-15/+9
* | | | | | | | at25: make input buffers of at25_*write() constGeert Uytterhoeven2009-04-131-2/+3
OpenPOWER on IntegriCloud