- 8d1a0a1 qnx: include <linux/types.h> for definitions of __[us]{8,16,32,64} types by Anders Larsen · 17 years ago
- ede6f5a Fix up 64-bit byte swaps for most 32-bit architectures by Linus Torvalds · 17 years ago
- 637b180 byteorder: remove the now unused byteorder.h by Harvey Harrison · 17 years ago
- 991c0e6 byteorder: only use linux/swab.h by Harvey Harrison · 17 years ago
- db30c70 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 17 years ago
- c861ea2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 17 years ago
- 3610639 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
- cfa97f9 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
- 7238eb4 Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
- f94181d Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
- 40d7ee5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 17 years ago
- 5fec8bd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 17 years ago
- 59e3af2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 17 years ago
- 8cd3ac3 fs/exec.c: make do_coredump() void by WANG Cong · 17 years ago
- d3635ab rapidio: remove excess kernel-doc notation by Randy Dunlap · 17 years ago
- cabb3fc twl4030-gpio: cleanup debounce by David Brownell · 17 years ago
- a92daf6 autofs4: make autofs type usage explicit by Ian Kent · 17 years ago
- 730c9ee autofs4: improve parameter usage by Ian Kent · 17 years ago
- e8386a0 kprobes: support probing module __exit function by Masami Hiramatsu · 17 years ago
- 1294156 kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe() by Masami Hiramatsu · 17 years ago
- a06f621 module: add within_module_core() and within_module_init() by Masami Hiramatsu · 17 years ago
- d29389d spi_gpio driver by David Brownell · 17 years ago
- 5cf0cc4 binfmts.h: include list.h by Hiroshi Shimamoto · 17 years ago
- 8c36593 include/linux/interrupt.h: do not include linux/irqnr.h twice by Jesper Juhl · 17 years ago
- 179f7eb percpu_counter: FBC_BATCH should be a variable by Eric Dumazet · 17 years ago
- 5f820f6 poll: allow f_op->poll to sleep by Tejun Heo · 17 years ago
- 9fe0608 Create a DIV_ROUND_CLOSEST macro to do division with rounding by Darrick J. Wong · 17 years ago
- f1883f8 Remove remaining unwinder code by Alexey Dobriyan · 17 years ago
- ea435467 atomic_t: unify all arch definitions by Matthew Wilcox · 17 years ago
- 901608d mm: introduce get_mm_hiwater_xxx(), fix taskstats->hiwater_xxx accounting by Oleg Nesterov · 17 years ago
- 856bf4d fs: sys_sync fix by Nick Piggin · 17 years ago
- 4f5a99d fs: remove WB_SYNC_HOLD by Nick Piggin · 17 years ago
- edc315f badpage: remove vma from page_remove_rmap by Hugh Dickins · 17 years ago
- 2509ef2 badpage: zap print_bad_pte on swap and file by Hugh Dickins · 17 years ago
- 79f4b7b badpage: simplify page_alloc flag check+clear by Hugh Dickins · 17 years ago
- 20137a4 swapfile: swapon randomize if nonrot by Hugh Dickins · 17 years ago
- 7992fde swapfile: swap allocation use discard by Hugh Dickins · 17 years ago
- 6a6ba83 swapfile: swapon use discard (trim) by Hugh Dickins · 17 years ago
- ebebbbe swapfile: rearrange scan and swap_info by Hugh Dickins · 17 years ago
- 22c6f8f swapfile: remove SWP_ACTIVE mask by Hugh Dickins · 17 years ago
- 69beeb1 mm: make vread() and vwrite() declaration by KOSAKI Motohiro · 17 years ago
- b962716 mm: optimize get_scan_ratio for no swap by Hugh Dickins · 17 years ago
- 60371d9 mm: add add_to_swap stub by Hugh Dickins · 17 years ago
- ac47b00 mm: remove gfp_mask from add_to_swap by Hugh Dickins · 17 years ago
- a2c43ee mm: try_to_free_swap replaces remove_exclusive_swap_page by Hugh Dickins · 17 years ago
- 7b1fe59 mm: reuse_swap_page replaces can_share_swap_page by Hugh Dickins · 17 years ago
- 2da0299 mm: add dirty_background_bytes and dirty_bytes sysctls by David Rientjes · 17 years ago
- 364aeb2 mm: change dirty limit type specifiers to unsigned long by David Rientjes · 17 years ago
- 2afd1c9 mm: make page_lock_anon_vma() static by Hugh Dickins · 17 years ago
- b5934c5 mm: add_active_or_unevictable into rmap by Hugh Dickins · 17 years ago
- 6d91add mm: add Set,ClearPageSwapCache stubs by Hugh Dickins · 17 years ago
- 3c1d437 mm: remove GFP_HIGHUSER_PAGECACHE by Hugh Dickins · 17 years ago
- e599137 mm: remove cgroup_mm_owner_callbacks by Hugh Dickins · 17 years ago
- 64cdd54 mm: cleanup: remove #ifdef CONFIG_MIGRATION by KOSAKI Motohiro · 17 years ago
- 1b0bd11 mm: get rid of pagevec_release_nonlru() by KOSAKI Motohiro · 17 years ago
- c04fc58 mm: show node to memory section relationship with symlinks in sysfs by Gary Hade · 17 years ago
- 75aa199 oom: print triggering task's cpuset and mems allowed by David Rientjes · 17 years ago
- 1c0fe6e mm: invoke oom-killer from page fault by Nick Piggin · 17 years ago
- 3340289 mm: report the MMU pagesize in /proc/pid/smaps by Mel Gorman · 17 years ago
- 08fba69 mm: report the pagesize backing a VMA in /proc/pid/smaps by Mel Gorman · 17 years ago
- ac8cc0f Merge branch 'next' into for-linus by James Morris · 17 years ago
- 3699c53 CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #3] by David Howells · 17 years ago
- 29881c4 Revert "CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #2]" by James Morris · 17 years ago
- b8ac9fc uio: make uio_info's name and version const by Stephen Rothwell · 17 years ago
- e70c412 UIO: Pass information about ioports to userspace (V2) by Hans J. Koch · 17 years ago
- 475b44c mtd: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 17 years ago
- 0aa0dc4 driver core: add root_device_register() by Mark McLoughlin · 17 years ago
- d0d85ff Make DEBUG take precedence over DYNAMIC_PRINTK_DEBUG by Cornelia Huck · 17 years ago
- b9daa99 driver core: move knode_bus into private structure by Greg Kroah-Hartman · 17 years ago
- 93e746d driver core: move knode_driver into private structure by Greg Kroah-Hartman · 17 years ago
- 11c3b5c driver core: move klist_children into private structure by Greg Kroah-Hartman · 17 years ago
- 2831fe6 driver core: create a private portion of struct device by Greg Kroah-Hartman · 17 years ago
- 210272a driver core: Remove completion from struct klist_node by Matthew Wilcox · 17 years ago
- 929d2fa driver core: Rearrange struct device for better packing by Matthew Wilcox · 17 years ago
- 7f4f5d4 Fix misspellings in pm.h macros by Alan Stern · 17 years ago
- adf0949 PM: Simplify the new suspend/hibernation framework for devices by Rafael J. Wysocki · 18 years ago
- 592b531 ide: move read_sff_dma_status() method to 'struct ide_dma_ops' by Sergei Shtylyov · 17 years ago
- 391ad19 Resurrect IT8172 IDE controller driver by Shane McDonald · 17 years ago
- 94c9644 ide: remove unused ide_hwif_t.sg_mapped field by Bartlomiej Zolnierkiewicz · 17 years ago
- 906ef98 ide: struct ide_atapi_pc - remove unused fields and update documentation by Bartlomiej Zolnierkiewicz · 17 years ago
- d6251d4 ide-cd: convert to ide-atapi facilities by Borislav Petkov · 17 years ago
- 2bd24a1 ide: add port and host iterators by Bartlomiej Zolnierkiewicz · 17 years ago
- 5e7f3a4 ide: dynamic allocation of device structures by Bartlomiej Zolnierkiewicz · 17 years ago
- 627e05d ide: remove ->error method from struct ide_driver by Bartlomiej Zolnierkiewicz · 17 years ago
- 7f3c868 ide: remove ide_driver_t typedef by Bartlomiej Zolnierkiewicz · 17 years ago
- 9892ec5 ide: remove 'byte' typedef by Bartlomiej Zolnierkiewicz · 17 years ago
- c0ae502 ide: remove ide_pci_enablebit_t typedef by Bartlomiej Zolnierkiewicz · 17 years ago
- 54cc142 ide: remove local_irq_set() macro by Bartlomiej Zolnierkiewicz · 17 years ago
- 898ec22 ide: remove HWIF() macro by Bartlomiej Zolnierkiewicz · 17 years ago
- b40d1b8 ide: move ide_init_port_data() and friends to ide-probe.c by Bartlomiej Zolnierkiewicz · 17 years ago
- b65fac3 ide: merge ide_hwgroup_t with ide_hwif_t (v2) by Bartlomiej Zolnierkiewicz · 17 years ago
- 5b31f85 ide: use lock bitops for ports serialization (v2) by Bartlomiej Zolnierkiewicz · 17 years ago
- efe0397 ide: remove hwgroup->hwif and {drive,hwif}->next by Bartlomiej Zolnierkiewicz · 17 years ago
- ae86afa ide: use per-port IRQ handlers by Bartlomiej Zolnierkiewicz · 17 years ago
- bd53cbc ide: add ->cur_port to struct ide_host and use it for serialized hosts by Bartlomiej Zolnierkiewicz · 17 years ago
- d9be28e Merge branches 'sched/clock', 'sched/cleanups' and 'linus' into sched/urgent by Ingo Molnar · 17 years ago
- fdbc045 Merge branches 'core/futexes', 'core/locking', 'core/rcu' and 'linus' into core/urgent by Ingo Molnar · 17 years ago
- 238c6d5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm by Linus Torvalds · 17 years ago
- ab4c14248 dm: support barriers on simple devices by Andi Kleen · 17 years ago
- 7d76345 dm request: extend target interface by Kiyoshi Ueda · 17 years ago