summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* percpu: fix too low alignment restriction on UPTejun Heo2009-02-261-1/+1
* alloc_percpu: fix UP buildIngo Molnar2009-02-251-1/+1
* Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar2009-02-243-44/+96
|\
| * percpu: give more latitude to arch specific first chunk initializationTejun Heo2009-02-241-2/+37
| * vmalloc: add @align to vm_area_register_early()Tejun Heo2009-02-241-1/+1
| * bootmem: reorder interface functions and add a missing oneTejun Heo2009-02-241-13/+17
| * bootmem: clean up arch-specific bootmem wrappingTejun Heo2009-02-241-6/+4
| * percpu: implement new dynamic percpu allocatorTejun Heo2009-02-201-4/+18
| * vmalloc: add un/map_kernel_range_noflush()Tejun Heo2009-02-201-0/+3
| * vmalloc: implement vm_area_register_early()Tejun Heo2009-02-201-0/+1
| * percpu: kill percpu_alloc() and friendsTejun Heo2009-02-201-25/+22
| * alloc_percpu: add align argument to __alloc_percpu.Rusty Russell2009-02-201-2/+3
| * alloc_percpu: change percpu_ptr to per_cpu_ptrRusty Russell2009-02-201-12/+11
| |
| \
| \
| \
| \
| \
| \
| \
*-------. \ Merge branches 'x86/acpi', 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/mm', '...Ingo Molnar2009-02-2445-233/+468
|\ \ \ \ \ \
| | | | * | | x86, mm, kprobes: fault.c, simplify notify_page_fault()Ingo Molnar2009-02-211-3/+19
| | | | * | | x86, mm: fault.c, simplify kmmio_fault()Ingo Molnar2009-02-211-31/+47
| | | |/ / /
| | | * | | Merge branch 'x86/urgent' into x86/coreIngo Molnar2009-02-2014-26/+64
| | | |\ \ \ | | |/ / / /
| * | | | | Merge branch 'linus' into x86/apicIngo Molnar2009-02-2219-26/+80
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| |
| | * | | PM: Split up sysdev_[suspend|resume] from device_power_[down|up]Rafael J. Wysocki2009-02-221-0/+2
| | * | | Merge branch 'hibernate'Linus Torvalds2009-02-211-0/+2
| | |\ \ \
| | | * | | Consolidate driver_probe_done() loops into one placeArjan van de Ven2009-02-211-0/+2
| | * | | | 8250: fix boot hang with serial console when using with Serial Over Lan portMauro Carvalho Chehab2009-02-202-0/+4
| | * | | | spi_bitbang: add more lowlevel function documentationMichael Buesch2009-02-201-0/+7
| | * | | | slab: introduce kzfree()Johannes Weiner2009-02-201-0/+1
| | | |/ / | | |/| |
| | * | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-02-183-5/+4
| | |\ \ \
| | | * | | block: fix bad definition of BIO_RW_SYNCJens Axboe2009-02-183-5/+4
| | * | | | Bernhard has movedBernhard Walle2009-02-181-1/+1
| | * | | | jsm: additional device supportAdam Lackorzynski2009-02-181-0/+1
| | * | | | mm: fix memmap init for handling memory holeKAMEZAWA Hiroyuki2009-02-181-1/+1
| | * | | | mm: clean up for early_pfn_to_nid()KAMEZAWA Hiroyuki2009-02-181-3/+16
| | * | | | atmel-mci: fix initialization of dma slave dataDan Williams2009-02-181-0/+2
| | * | | | mm: task dirty accounting fixNick Piggin2009-02-181-0/+1
| | * | | | timerfd: add flags checkDavide Libenzi2009-02-181-4/+12
| | * | | | seq_file: properly cope with preadEric Biederman2009-02-181-0/+1
| | * | | | vfs: separate FMODE_PREAD/FMODE_PWRITE into separate flagsPaul Turner2009-02-181-6/+12
| | * | | | vmalloc: add __get_vm_area_caller()Benjamin Herrenschmidt2009-02-181-0/+4
| | |/ / /
| | * | | Add support for VT6415 PCIE PATA IDE Host ControllerZlatko Calusic2009-02-171-0/+1
| | * | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-02-171-0/+1
| | |\ \ \
| | * \ \ \ Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-02-171-1/+2
| | |\ \ \ \
| | | * | | | jbd2: Avoid possible NULL dereference in jbd2_journal_begin_ordered_truncate()Jan Kara2009-02-101-1/+2
| | | | |/ / | | | |/| |
| | * | | | KVM: Add kvm_arch_sync_events to sync with asynchronize eventsSheng Yang2009-02-151-0/+1
| | * | | | KVM: Avoid using CONFIG_ in userspace visible headersAvi Kivity2009-02-151-5/+5
| | |/ / /
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-------. \ \ \ Merge branches 'x86/acpi', 'x86/apic', 'x86/cpudetect', 'x86/headers', 'x86/p...Ingo Molnar2009-02-1726-173/+322
| |\ \ \ \ \ \ \ \ |/ / / / / / / / / | | | | | | | / / | | | | | | |/ / | | | | | |/| |
| | | * | | | | Merge branch 'core/header-fixes' into x86/headersIngo Molnar2009-02-136-40/+47
| | | |\ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | | | * | | | unconditionally include asm/types.h from linux/types.hJaswinder Singh Rajput2009-02-081-1/+2
| | | | * | | | make linux/types.h as assembly safeJaswinder Singh Rajput2009-02-061-1/+2
| | | | * | | | headers_check fix cleanup: linux/reiserfs_fs.hJaswinder Singh Rajput2009-02-031-34/+28
| | | | * | | | headers_check fix cleanup: linux/nubus.hJaswinder Singh Rajput2009-02-031-1/+1
| | | | * | | | headers_check fix cleanup: linux/coda_psdev.hJaswinder Singh Rajput2009-02-031-1/+1
| | | | * | | | headers_check fix: linux/reinserfs_fs.hJaswinder Singh Rajput2009-02-021-0/+8
OpenPOWER on IntegriCloud