summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2009-01-06Fix up 64-bit byte swaps for most 32-bit architecturesLinus Torvalds
2009-01-06byteorder: remove the now unused byteorder.hHarvey Harrison
2009-01-06byteorder: only use linux/swab.hHarvey Harrison
2009-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2009-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2009-01-06Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-01-06Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2009-01-06Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-01-06Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2009-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2009-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds
2009-01-06fs/exec.c: make do_coredump() voidWANG Cong
2009-01-06rapidio: remove excess kernel-doc notationRandy Dunlap
2009-01-06twl4030-gpio: cleanup debounceDavid Brownell
2009-01-06autofs4: make autofs type usage explicitIan Kent
2009-01-06autofs4: improve parameter usageIan Kent
2009-01-06kprobes: support probing module __exit functionMasami Hiramatsu
2009-01-06kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()Masami Hiramatsu
2009-01-06module: add within_module_core() and within_module_init()Masami Hiramatsu
2009-01-06spi_gpio driverDavid Brownell
2009-01-06binfmts.h: include list.hHiroshi Shimamoto
2009-01-06include/linux/interrupt.h: do not include linux/irqnr.h twiceJesper Juhl
2009-01-06percpu_counter: FBC_BATCH should be a variableEric Dumazet
2009-01-06poll: allow f_op->poll to sleepTejun Heo
2009-01-06Create a DIV_ROUND_CLOSEST macro to do division with roundingDarrick J. Wong
2009-01-06Remove remaining unwinder codeAlexey Dobriyan
2009-01-06atomic_t: unify all arch definitionsMatthew Wilcox
2009-01-06mm: introduce get_mm_hiwater_xxx(), fix taskstats->hiwater_xxx accountingOleg Nesterov
2009-01-06fs: sys_sync fixNick Piggin
2009-01-06fs: remove WB_SYNC_HOLDNick Piggin
2009-01-06badpage: remove vma from page_remove_rmapHugh Dickins
2009-01-06badpage: zap print_bad_pte on swap and fileHugh Dickins
2009-01-06badpage: simplify page_alloc flag check+clearHugh Dickins
2009-01-06swapfile: swapon randomize if nonrotHugh Dickins
2009-01-06swapfile: swap allocation use discardHugh Dickins
2009-01-06swapfile: swapon use discard (trim)Hugh Dickins
2009-01-06swapfile: rearrange scan and swap_infoHugh Dickins
2009-01-06swapfile: remove SWP_ACTIVE maskHugh Dickins
2009-01-06mm: make vread() and vwrite() declarationKOSAKI Motohiro
2009-01-06mm: optimize get_scan_ratio for no swapHugh Dickins
2009-01-06mm: add add_to_swap stubHugh Dickins
2009-01-06mm: remove gfp_mask from add_to_swapHugh Dickins
2009-01-06mm: try_to_free_swap replaces remove_exclusive_swap_pageHugh Dickins
2009-01-06mm: reuse_swap_page replaces can_share_swap_pageHugh Dickins
2009-01-06mm: add dirty_background_bytes and dirty_bytes sysctlsDavid Rientjes
2009-01-06mm: change dirty limit type specifiers to unsigned longDavid Rientjes
2009-01-06mm: make page_lock_anon_vma() staticHugh Dickins
2009-01-06mm: add_active_or_unevictable into rmapHugh Dickins
2009-01-06mm: add Set,ClearPageSwapCache stubsHugh Dickins