summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2009-01-07Fix up 64-bit byte swaps for most 32-bit architecturesLinus Torvalds1-1/+1
2009-01-07byteorder: remove the now unused byteorder.hHarvey Harrison2-373/+0
2009-01-07mn10300: introduce asm/swab.hHarvey Harrison3-40/+44
2009-01-07frv: introduce asm/swab.hHarvey Harrison3-7/+12
2009-01-07m32r: introduce asm/swab.hHarvey Harrison3-6/+12
2009-01-07m68k: introduce asm/swab.hHarvey Harrison3-14/+19
2009-01-07byteorder: only use linux/swab.hHarvey Harrison6-388/+27
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds5-1/+22
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds4-19/+131
2009-01-07Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+2
2009-01-07Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-4/+4
2009-01-07Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+6
2009-01-07Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-17/+12
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2-0/+45
2009-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds8-82/+89
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2-31/+90
2009-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2-107/+65
2009-01-07fs/exec.c: make do_coredump() voidWANG Cong1-1/+1
2009-01-07rapidio: remove excess kernel-doc notationRandy Dunlap1-1/+0
2009-01-07twl4030-gpio: cleanup debounceDavid Brownell1-6/+3
2009-01-07autofs4: make autofs type usage explicitIan Kent1-4/+58
2009-01-07autofs4: improve parameter usageIan Kent1-4/+71
2009-01-07kprobes: support probing module __exit functionMasami Hiramatsu1-3/+11
2009-01-07kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()Masami Hiramatsu1-1/+0
2009-01-07module: add within_module_core() and within_module_init()Masami Hiramatsu1-0/+12
2009-01-07spi_gpio driverDavid Brownell1-0/+60
2009-01-07binfmts.h: include list.hHiroshi Shimamoto1-0/+1
2009-01-07include/linux/interrupt.h: do not include linux/irqnr.h twiceJesper Juhl1-1/+0
2009-01-07remove linux/hardirq.h from asm-generic/local.hRussell King1-1/+0
2009-01-07percpu_counter: FBC_BATCH should be a variableEric Dumazet1-6/+2
2009-01-07documentation: when to BUG(), and when to not BUG()David Brownell1-0/+17
2009-01-07poll: allow f_op->poll to sleepTejun Heo1-3/+12
2009-01-07Create a DIV_ROUND_CLOSEST macro to do division with roundingDarrick J. Wong1-0/+6
2009-01-07Remove remaining unwinder codeAlexey Dobriyan2-71/+0
2009-01-07atomic_t: unify all arch definitionsMatthew Wilcox6-24/+13
2009-01-07mm: remove CONFIG_OUT_OF_LINE_PFN_TO_PAGEKOSAKI Motohiro1-7/+0
2009-01-07mm: introduce get_mm_hiwater_xxx(), fix taskstats->hiwater_xxx accountingOleg Nesterov1-0/+3
2009-01-07fs: sys_sync fixNick Piggin1-1/+0
2009-01-07fs: remove WB_SYNC_HOLDNick Piggin1-1/+0
2009-01-07badpage: remove vma from page_remove_rmapHugh Dickins1-1/+1
2009-01-07badpage: zap print_bad_pte on swap and fileHugh Dickins1-9/+3
2009-01-07badpage: simplify page_alloc flag check+clearHugh Dickins1-17/+8
2009-01-07swapfile: swapon randomize if nonrotHugh Dickins1-0/+1
2009-01-07swapfile: swap allocation use discardHugh Dickins1-0/+3
2009-01-07swapfile: swapon use discard (trim)Hugh Dickins1-0/+1
2009-01-07swapfile: rearrange scan and swap_infoHugh Dickins1-4/+4
2009-01-07swapfile: remove SWP_ACTIVE maskHugh Dickins1-1/+0
2009-01-07mm: make vread() and vwrite() declarationKOSAKI Motohiro1-0/+4
2009-01-07mm: optimize get_scan_ratio for no swapHugh Dickins1-2/+3
2009-01-07mm: add add_to_swap stubHugh Dickins1-0/+5