summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2011-07-25notifiers: pm: move pm notifiers into suspend.hAmerigo Wang
2011-07-25notifiers: sys: move reboot notifiers into reboot.hAmerigo Wang
2011-07-25notifiers: net: move netdevice notifiers into netdevice.hAmerigo Wang
2011-07-25notifiers: cpu: move cpu notifiers into cpu.hAmerigo Wang
2011-07-25drivers/misc: add support the FSA9480 USB SwitchDonggeun Kim
2011-07-25geode: reflect mfgpt dependency on mfdPhilip A. Prindeville
2011-07-25eisa/pci_eisa.c: fix section mismatchArnaud Lacombe
2011-07-25include/linux/kernel.h: hide internal macros from userspaceArnaud Lacombe
2011-07-25include/linux/kernel.h: fix a headers_check warningWANG Cong
2011-07-25include/linux/ioport.h: new helper to define common struct resource constructsUwe Kleine-König
2011-07-25devres: fix possible use after freeMaxin B John
2011-07-25asm-generic/system.h: drop useless __KERNEL__Mike Frysinger
2011-07-25drivers: use kzalloc/kcalloc instead of 'kmalloc+memset', where possibleRakib Mullick
2011-07-25um: remove dead codeRichard Weinberger
2011-07-25um: adjust size of pid_bufRichard Weinberger
2011-07-25um: implement a x86_64 vDSORichard Weinberger
2011-07-25um: set __HAVE_ARCH_GATE_AREA for x86_64Richard Weinberger
2011-07-25um: Set __HAVE_ARCH_GATE_AREA for i386Richard Weinberger
2011-07-25um: disable scan_elf_aux() on x86_64Richard Weinberger
2011-07-25uml: free resourcesDavidlohr Bueso
2011-07-25uml: drivers/slip_user.c memory leak fixVitaliy Ivanov
2011-07-25uml: helper.c warning correctionsVitaliy Ivanov
2011-07-25uml: cow_user.c warning correctionsVitaliy Ivanov
2011-07-25uml: drivers/net_user.c memory leak fixVitaliy Ivanov
2011-07-25um: reinstate kernel version in generated .configGeert Uytterhoeven
2011-07-25um: add netpoll supportRichard Weinberger
2011-07-25um: fix _FORTIFY_SOURCE=2 support for kernel modulesRichard Weinberger
2011-07-25um: clean up delay functionsRichard Weinberger
2011-07-25um, exec: remove redundant set_fs(USER_DS)Mathias Krause
2011-07-25um: clean up vm-flags.hRichard Weinberger
2011-07-25cris, exec: remove redundant set_fs(USER_DS)Mathias Krause
2011-07-25cris: fix some build warnings in pinmux.cWANG Cong
2011-07-25m68k, exec: remove redundant set_fs(USER_DS)Mathias Krause
2011-07-25m32r, exec: remove redundant set_fs(USER_DS)Mathias Krause
2011-07-25alpha, exec: remove redundant set_fs(USER_DS)Mathias Krause
2011-07-25h8300, exec: remove redundant set_fs(USER_DS)Mathias Krause
2011-07-25writeback: account NR_WRITTEN at IO completion timeWu Fengguang
2011-07-25tmpfs: simplify unuse and writepageHugh Dickins
2011-07-25tmpfs: simplify filepage/swappageHugh Dickins
2011-07-25tmpfs: simplify prealloc_pageHugh Dickins
2011-07-25tmpfs: remove_shmem_readpageHugh Dickins
2011-07-25tmpfs: pass gfp to shmem_getpage_gfpHugh Dickins
2011-07-25tmpfs: refine shmem_file_splice_readHugh Dickins
2011-07-25tmpfs: clone shmem_file_splice_read()Hugh Dickins
2011-07-25mm/futex: fix futex writes on archs with SW tracking of dirty & youngBenjamin Herrenschmidt
2011-07-25mm: remove useless rcu lock-unlock from mapping_tagged()Konstantin Khlebnikov
2011-07-25mm: page allocator: reconsider zones for allocation after direct reclaimMel Gorman
2011-07-25mm: page allocator: initialise ZLC for first zone eligible for zone_reclaimMel Gorman
2011-07-25mm: preallocate page before lock_page() at filemap COWKAMEZAWA Hiroyuki
2011-07-25tmpfs: no need to use i_lockHugh Dickins