]> Pileus Git - ~andy/linux/shortlog
~andy/linux
2009-06-12 Peter Huewetrivial: pci hotplug: adding __init/__exit macros to...
2009-06-12 Matt Kraaitrivial: Remove the hyphen from git commands
2009-06-12 Jean Delvaretrivial: fix ETIMEOUT -> ETIMEDOUT typos
2009-06-12 Pavel Machektrivial: Kconfig: .ko is normally not included in modul...
2009-06-12 Pavel Machektrivial: SubmittingPatches: fix typo
2009-06-12 Masanori Kobayasitrivial: Documentation/dell_rbu.txt: fix typos
2009-06-12 Pavel Machektrivial: Fix Pavel's address in MAINTAINERS
2009-06-12 GeunSik Limtrivial: ftrace:fix description of trace directory
2009-06-12 Chris Sanfordtrivial: unnecessary (void*) cast removal in sound...
2009-06-12 Alessio Igor... trivial: input/misc: Fix typo in Kconfig
2009-06-12 Alex Chiangtrivial: fix grammo in bus_for_each_dev() kerneldoc
2009-06-12 Wang Tinggongtrivial: rbtree.txt: fix rb_entry() parameters in sampl...
2009-06-12 Sankar Ptrivial: spelling fix in ppc code comments
2009-06-12 Nikanth Karthikesantrivial: fix typo in bio_alloc kernel doc
2009-06-12 figo.zhangtrivial: Documentation/rbtree.txt: cleanup kerneldoc...
2009-06-12 Matt LaPlantetrivial: Miscellaneous documentation typo fixes
2009-06-12 Martin Olssontrivial: fix typo milisecond/millisecond for documentat...
2009-06-12 Martin Olssontrivial: fix typos s/paramter/parameter/ and s/excute...
2009-06-12 Thadeu Lima... trivial: fix typo compatiable/compatiability has extra...
2009-06-12 Manish Katiyartrivial: kernel/power/poweroff.c: whitespace fix
2009-06-12 Martin Olssontrivial: Fix paramater/parameter typo in dmesg and...
2009-06-12 Thadeu Lima... Trivial: fix typo s/balence/balance/
2009-06-12 Thadeu Lima... trivial: typo (en|dis|avail|remove)bale -> (en|dis...
2009-06-12 Paulius Zaleckastrivial: mtd: fix Kconfig comment about 'armflash'
2009-06-12 Viral Mehtatrivial: remove extra space
2009-06-12 Wolfram Sangtrivial: fs/inode: Fix typo in file_update_time nanodoc
2009-06-12 Nikanth Karthikesantrivial: fix comment typo in fs/compat.c
2009-06-12 Ali Gholami... trivial: ext2: fix a typo in comment in ext2.h
2009-06-12 Pekka Enbergslab: setup cpu caches later on when interrupts are...
2009-06-12 Pekka Enbergslab,slub: don't enable interrupts during early boot
2009-06-12 Jiri KosinaMerge branches 'upstream' and 'ntrig-multitouch' into...
2009-06-12 Pekka Enbergslab: fix gfp flag in setup_cpu_cache()
2009-06-12 Felix Blyakherxfs: fix freeing memory in xfs_getbmap()
2009-06-12 James Bottomley[SCSI] Merge branch 'linus'
2009-06-12 Mark McLoughlinlguest: add support for indirect ring entries
2009-06-12 Rusty Russelllguest: suppress notifications in example Launcher
2009-06-12 Rusty Russelllguest: try to batch interrupts on network receive
2009-06-12 Rusty Russelllguest: avoid sending interrupts to Guest when no activ...
2009-06-12 Rusty Russelllguest: implement deferred interrupts in example Launcher
2009-06-12 Rusty Russelllguest: remove obsolete LHREQ_BREAK call
2009-06-12 Rusty Russelllguest: have example Launcher service all devices in...
2009-06-12 Rusty Russelllguest: use eventfds for device notification
2009-06-12 Rusty Russelleventfd: export eventfd_signal and eventfd_fget for...
2009-06-12 Rusty Russelllguest: allow any process to send interrupts
2009-06-12 Rusty Russelllguest: PAE fixes
2009-06-12 Matias Zabaljaureguilguest: PAE support
2009-06-12 Matias Zabaljaureguilguest: Add support for kvm_hypercall4()
2009-06-12 Matias Zabaljaureguilguest: replace hypercall name LHCALL_SET_PMD with...
2009-06-12 Matias Zabaljaureguilguest: use native_set_* macros, which properly handle...
2009-06-12 Matias Zabaljaureguilguest: map switcher with executable page table entries
2009-06-12 Rusty Russelllguest: fix writev returning short on console output
2009-06-12 Rusty Russelllguest: clean up length-used value in example launcher
2009-06-12 Matias Zabaljaureguilguest: Segment selectors are 16-bit long. Fix lg_cpu...
2009-06-12 Roel Kluinlguest: beyond ARRAY_SIZE of cpu->arch.gdt
2009-06-12 Rusty Russelllguest: clean up example launcher compile flags.
2009-06-12 Rusty Russelllguest: optimize by coding restore_flags and irq_enable...
2009-06-12 Rusty Russelllguest: improve interrupt handling, speed up stream...
2009-06-12 Rusty Russelllguest: fix race in halt code
2009-06-12 Rusty Russelllguest: remove invalid interrupt forcing logic.
2009-06-12 Rusty Russelllguest: fix lguest wake on guest clock tick, or fd...
2009-06-12 Rusty Russellsched: export kick_process
2009-06-12 Rusty Russelllguest: get more serious about wmb() in example Launche...
2009-06-12 Rusty Russelllguest: clean up lguest_init_IRQ
2009-06-12 Rusty Russelllguest: cleanup passing of /dev/lguest fd around exampl...
2009-06-12 Rusty Russelllguest: be paranoid about guest playing with device...
2009-06-12 Christian Borntraegervirtio: enhance id_matching for virtio drivers
2009-06-12 Christian Borntraegervirtio: fix id_matching for virtio drivers
2009-06-12 Rusty Russellvirtio: handle short buffers in virtio_rng.
2009-06-12 Mike Frysingervirtio_blk: add missing __dev{init,exit} markings
2009-06-12 Mark McLoughlinvirtio: indirect ring entries (VIRTIO_RING_F_INDIRECT_DESC)
2009-06-12 Mark McLoughlinvirtio: teach virtio_has_feature() about transport...
2009-06-12 Rusty Russellvirtio: expose features in sysfs
2009-06-12 Michael S.... virtio_pci: optional MSI-X support
2009-06-12 Michael S.... virtio_pci: split up vp_interrupt
2009-06-12 Michael S.... virtio: find_vqs/del_vqs virtio operations
2009-06-12 Rusty Russellvirtio: add names to virtqueue struct, mapping from...
2009-06-12 Rusty Russellvirtio: meet virtio spec by finalizing features before...
2009-06-12 Rusty Russellvirtio: fix obsolete documentation on probe function
2009-06-12 Steven WhitehouseGFS2: Remove lock_kernel from gfs2_put_super()
2009-06-12 Peter Zijlstraperf_counter: Add forward/backward attribute ABI compat...
2009-06-12 Peter Zijlstraperf record: Explicity program a default counter
2009-06-12 Peter Zijlstraperf_counter: Remove PERF_TYPE_RAW special casing
2009-06-12 Peter Zijlstraperf_counter: PERF_TYPE_HW_CACHE is a hardware counter too
2009-06-12 Jaswinder Singh... powerpc, perf_counter: Fix performance counter event...
2009-06-12 Rusty Russellmodule: cleanup FIXME comments about trimming exception...
2009-06-12 Rusty Russellmodule: trim exception table on init free.
2009-06-12 Amerigo Wangmodule: merge module_alloc() finally
2009-06-12 Amerigo Wanguml module: fix uml build process due to this merge
2009-06-12 Amerigo Wangx86 module: merge the rest functions with macros
2009-06-12 Amerigo Wangx86 module: merge the same functions in module_32.c...
2009-06-12 Rusty Russelluvesafb: improve parameter handling.
2009-06-12 Rusty Russellmodule_param: allow 'bool' module_params to be bool...
2009-06-12 Rusty Russellmodule_param: add __same_type convenience wrapper for...
2009-06-12 Rusty Russellmodule_param: split perm field into flags and perm
2009-06-12 Rusty Russellmodule_param: invbool should take a 'bool', not an...
2009-06-12 Rusty Russellcyber2000fb.c: use proper method for stopping unload...
2009-06-12 Catalin Marinaskmemleak: Add more info to the MAINTAINERS entry
2009-06-12 Yong Wangperf_counter/x86: Add a quirk for Atom processors
2009-06-12 Yong Wangperf_counter tools: Remove one L1-data alias
2009-06-12 Yinghai Lux86: make zap_low_mapping could be used early
next