summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | PCI: document pci_target_stateJesse Barnes2008-07-281-0/+6
| * | | | | | | PCI hotplug: fix typo in pcie hotplug outputJesse Barnes2008-07-281-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2008-07-281-0/+1
|\ \ \ \ \ \ \
| * | | | | | | [SCSI] qla2xxx: fix msleep compile errorFUJITA Tomonori2008-07-281-0/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Fix 'get_user_pages_fast()' with non-page-aligned start addressLinus Torvalds2008-07-281-3/+6
* | | | | | | include/asm-generic/pgtable-nopmd.h: macros are noxious, reason #435Andrew Morton2008-07-281-1/+5
* | | | | | | sh7760fb: write colormap value to hardwareManuel Lauss2008-07-281-0/+1
* | | | | | | eCryptfs: use page_alloc not kmalloc to get a page of memoryEric Sandeen2008-07-281-12/+18
* | | | | | | gpio: fix build on CONFIG_GPIO_SYSFS=nAtsushi Nemoto2008-07-281-0/+1
* | | | | | | bio-integrity: remove EXPORT_SYMBOL for bio_integrity_init_slab()Yoichi Yuasa2008-07-281-1/+0
* | | | | | | vfs: pagecache usage optimization for pagesize!=blocksizeHisashi Hifumi2008-07-287-99/+167
* | | | | | | kdump: update kdump documentation as kexec-tools-resting has been renamed kex...Simon Horman2008-07-281-10/+10
* | | | | | | spi_s3c24xx: really assign busnumBen Dooks2008-07-282-0/+2
* | | | | | | mpc52xx_psc_spi: fix block transferLuotao Fu2008-07-281-15/+7
* | | | | | | mm/hugetlb.c must #include <asm/io.h>Adrian Bunk2008-07-281-0/+1
* | | | | | | mmu-notifiers: coreAndrea Arcangeli2008-07-2815-13/+623
* | | | | | | mmu-notifiers: add mm_take_all_locks() operationAndrea Arcangeli2008-07-284-0/+170
* | | | | | | mmu-notifiers: add list_del_init_rcu()Andrea Arcangeli2008-07-281-0/+28
* | | | | | | arm: fix HAVE_CLK merge goofDavid Brownell2008-07-281-1/+1
* | | | | | | __ratelimit() cpu flags can't be staticAlexey Dobriyan2008-07-281-1/+2
* | | | | | | tmpfs: fix kernel BUG in shmem_delete_inodeHugh Dickins2008-07-281-1/+2
* | | | | | | exec: include pagemap.h again to fix buildHugh Dickins2008-07-281-0/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'cpus4096-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2008-07-2819-141/+85
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'linus' into cpus4096Ingo Molnar2008-07-28911-11708/+20191
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | cpu masks: optimize and clean up cpumask_of_cpu()Linus Torvalds2008-07-283-134/+43
| * | | | | | Merge branch 'linus' into cpus4096Ingo Molnar2008-07-281107-11190/+46428
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | cpumask: export cpumask_of_cpu_mapIngo Molnar2008-07-261-0/+2
| * | | | | | cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpuMike Travis2008-07-2617-83/+37
| * | | | | | cpumask: put cpumask_of_cpu_map in the initdata sectionMike Travis2008-07-262-7/+11
| * | | | | | cpumask: make cpumask_of_cpu_map genericMike Travis2008-07-262-38/+112
| | |_|/ / / | |/| | | |
* | | | | | ipwireless: fix compile failureJames Bottomley2008-07-281-1/+1
| |_|/ / / |/| | | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2008-07-287-30/+390
|\ \ \ \ \
| * | | | | Input: add driver for Atmel integrated touchscreen controllerDan Liang2008-07-233-0/+345
| * | | | | Input: ads7846 - optimize order of calculating Rt in ads7846_rx()Hans-Christian Egtvedt2008-07-231-5/+5
| * | | | | Input: ads7846 - fix sparse endian warningsHarvey Harrison2008-07-231-4/+2
| * | | | | Input: uinput - remove duplicate includeHuang Weiyi2008-07-231-1/+0
| * | | | | Input: serio - offload resume to kseriodShaohua Li2008-07-231-18/+37
| * | | | | Input: serio - mark serio_register_driver() __must_checkDmitry Torokhov2008-07-231-2/+1
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds2008-07-283-3/+7
|\ \ \ \ \ \
| * | | | | | dlm: fix uninitialized variable for search_rsb_list callersBenny Halevy2008-07-141-0/+1
| * | | | | | dlm: release socket on errorMasatake YAMATO2008-07-141-1/+3
| * | | | | | dlm: fix basts for granted CW waiting PR/CWDavid Teigland2008-07-141-1/+2
| * | | | | | dlm: check for null in device_writeMasatake YAMATO2008-07-141-1/+1
* | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2008-07-2838-260/+1039
|\ \ \ \ \ \ \
| * | | | | | | powerpc: Disable 64K hugetlb support when doing 64K SPU mappingsBenjamin Herrenschmidt2008-07-281-1/+8
| * | | | | | | powerpc/powermac: Fixup default serial port device for pmac_zilogBenjamin Herrenschmidt2008-07-282-27/+89
| * | | | | | | powerpc/powermac: Use sane default baudrate for SCC debuggingBenjamin Herrenschmidt2008-07-281-1/+11
| * | | | | | | powerpc/mm: Implement _PAGE_SPECIAL & pte_special() for 64-bitNick Piggin2008-07-283-2/+6
| * | | | | | | powerpc: Show processor cache information in sysfsNathan Lynch2008-07-281-0/+309
| * | | | | | | powerpc: Make core id information available to userspaceNathan Lynch2008-07-283-0/+25
OpenPOWER on IntegriCloud