aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2009-02-27Fix recursive lock in free_uid()/free_user_ns()David Howells
2009-02-27sched: don't allow setuid to succeed if the user does not have rt bandwidthDhaval Giani
2009-02-26block: reduce stack footprint of blk_recount_segments()Jens Axboe
2009-02-26Merge branches 'x86/apic', 'x86/defconfig', 'x86/memtest', 'x86/mm' and 'linu...Ingo Molnar
2009-02-26Merge branches 'x86/urgent' and 'x86/pat' into x86/coreIngo Molnar
2009-02-26Merge branch 'x86/urgent' into x86/coreIngo Molnar
2009-02-26rcu: Teach RCU that idle task is not quiscent state at bootPaul E. McKenney
2009-02-26percpu: fix too low alignment restriction on UPTejun Heo
2009-02-25ide: fix refcounting in device driversBartlomiej Zolnierkiewicz
2009-02-25Merge git://git.infradead.org/iommu-2.6Linus Torvalds
2009-02-25alloc_percpu: fix UP buildIngo Molnar
2009-02-25gpu/drm, x86, PAT: PAT support for io_mapping_*Venkatesh Pallipadi
2009-02-25gpu/drm, x86, PAT: io_mapping_create_wc and resource_size_tVenkatesh Pallipadi
2009-02-25x86, mm: pass in 'total' to __copy_from_user_*nocache()Ingo Molnar
2009-02-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2009-02-24Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar
2009-02-24Merge branches 'x86/acpi', 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/mm', '...Ingo Molnar
2009-02-24i2c-dev: Clarify the unit of ioctl I2C_TIMEOUTJean Delvare
2009-02-24percpu: give more latitude to arch specific first chunk initializationTejun Heo
2009-02-24vmalloc: add @align to vm_area_register_early()Tejun Heo
2009-02-24bootmem: reorder interface functions and add a missing oneTejun Heo
2009-02-24bootmem: clean up arch-specific bootmem wrappingTejun Heo
2009-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2009-02-22Merge branch 'linus' into x86/apicIngo Molnar
2009-02-22PM: Split up sysdev_[suspend|resume] from device_power_[down|up]Rafael J. Wysocki
2009-02-21Merge branch 'hibernate'Linus Torvalds
2009-02-21Consolidate driver_probe_done() loops into one placeArjan van de Ven
2009-02-208250: fix boot hang with serial console when using with Serial Over Lan portMauro Carvalho Chehab
2009-02-20spi_bitbang: add more lowlevel function documentationMichael Buesch
2009-02-20slab: introduce kzfree()Johannes Weiner
2009-02-21x86, mm, kprobes: fault.c, simplify notify_page_fault()Ingo Molnar
2009-02-21x86, mm: fault.c, simplify kmmio_fault()Ingo Molnar
2009-02-20Merge branch 'x86/urgent' into x86/coreIngo Molnar
2009-02-20percpu: implement new dynamic percpu allocatorTejun Heo
2009-02-20vmalloc: add un/map_kernel_range_noflush()Tejun Heo
2009-02-20vmalloc: implement vm_area_register_early()Tejun Heo
2009-02-20percpu: kill percpu_alloc() and friendsTejun Heo
2009-02-20alloc_percpu: add align argument to __alloc_percpu.Rusty Russell
2009-02-20alloc_percpu: change percpu_ptr to per_cpu_ptrRusty Russell
2009-02-18vlan: Update skb->mac_header in __vlan_put_tag().Jarek Poplawski
2009-02-18Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-02-18Bernhard has movedBernhard Walle
2009-02-18jsm: additional device supportAdam Lackorzynski
2009-02-18mm: fix memmap init for handling memory holeKAMEZAWA Hiroyuki
2009-02-18mm: clean up for early_pfn_to_nid()KAMEZAWA Hiroyuki
2009-02-18atmel-mci: fix initialization of dma slave dataDan Williams
2009-02-18mm: task dirty accounting fixNick Piggin
2009-02-18timerfd: add flags checkDavide Libenzi
2009-02-18seq_file: properly cope with preadEric Biederman
2009-02-18vfs: separate FMODE_PREAD/FMODE_PWRITE into separate flagsPaul Turner