| Commit message (Expand) | Author | Age | Files | Lines |
* | relay: add buffer-only channels; useful for early logging | Eduard - Gabriel Munteanu | 2008-07-26 | 3 | -29/+156 |
* | Full conversion to early_initcall() interface, remove old interface | Eduard - Gabriel Munteanu | 2008-07-26 | 7 | -42/+32 |
* | Better interface for hooking early initcalls | Eduard - Gabriel Munteanu | 2008-07-26 | 3 | -2/+20 |
* | kexec jump: save/restore device state | Huang Ying | 2008-07-26 | 5 | -4/+56 |
* | kexec jump | Huang Ying | 2008-07-26 | 10 | -68/+269 |
* | kernel/kexec.c: make 'kimage_terminate' void | WANG Cong | 2008-07-26 | 1 | -6/+2 |
* | memstick: use fully asynchronous request processing | Alex Dubov | 2008-07-26 | 4 | -217/+218 |
* | memstick: add "start" and "stop" methods to memstick device | Alex Dubov | 2008-07-26 | 3 | -3/+45 |
* | memstick: allow "set_param" method to return an error code | Alex Dubov | 2008-07-26 | 4 | -33/+71 |
* | tpm: Use correct data types for sizes in tpm_write() and tpm_read() | Michael Halcrow | 2008-07-26 | 1 | -2/+2 |
* | tpm: increase size of internal TPM response buffers | Marcin Obara | 2008-07-26 | 1 | -31/+93 |
* | tpm_bios.c: make 2 structs static | Adrian Bunk | 2008-07-26 | 1 | -2/+2 |
* | tpm: add support for Broadcom TPM TIS device HID | LE DISEZ Erwan | 2008-07-26 | 1 | -0/+1 |
* | parport_pc: add base_hi BAR for oxsemi_840 | Bernhard Walle | 2008-07-26 | 1 | -1/+1 |
* | parport: remove superfluous local variable | Andre Haupt | 2008-07-26 | 1 | -2/+0 |
* | parport/share.c: proper externs | Adrian Bunk | 2008-07-26 | 2 | -3/+3 |
* | bfs: kill BKL | Dmitri Vorobiev | 2008-07-26 | 4 | -31/+44 |
* | bfs: assorted cleanups | Dmitri Vorobiev | 2008-07-26 | 2 | -4/+3 |
* | affs: convert s_bmlock into a mutex | Matthias Kaehlcke | 2008-07-26 | 3 | -11/+12 |
* | x86 calgary: fix handling of devices that aren't behind the Calgary | Alexis Bruemmer | 2008-07-26 | 2 | -45/+27 |
* | dma-mapping: add the device argument to dma_mapping_error() | FUJITA Tomonori | 2008-07-26 | 76 | -210/+256 |
* | pnp: fix the fcpnp_driver declaration to only exist if CONFIG_PNP=y | David Howells | 2008-07-26 | 1 | -2/+0 |
* | pnp: have quirk_system_pci_resources() include io resources | Rene Herman | 2008-07-26 | 1 | -5/+8 |
* | isa: set 24-bit dma_mask for ISA devices | Rene Herman | 2008-07-26 | 1 | -0/+4 |
* | pnp: set the pnp_card dma_mask for use by ISAPnP cards | Rene Herman | 2008-07-26 | 1 | -0/+4 |
* | asic3: platform_get_irq() may return signed unnoticed | Roel Kluin | 2008-07-26 | 1 | -3/+5 |
* | vfs: add cond_resched_lock while scanning dentry LRU lists | Kentaro Makita | 2008-07-26 | 1 | -0/+1 |
* | block/blk-map.c: use the new object_is_on_stack() helper | FUJITA Tomonori | 2008-07-26 | 1 | -6/+2 |
* | pm selftest: rtc paranoia | David Brownell | 2008-07-26 | 1 | -0/+7 |
* | include/video/atmel_lcdc.h must #include <linux/workqueue.h> | Adrian Bunk | 2008-07-26 | 1 | -0/+1 |
* | hugetlb: fix CONFIG_SYSCTL=n build | Nishanth Aravamudan | 2008-07-26 | 1 | -12/+12 |
* | uninline arch_pick_mmap_layout() | Andrew Morton | 2008-07-26 | 2 | -9/+10 |
* | drivers/mmc/host/sdhci.h needs scatterlist.h | Andrew Morton | 2008-07-26 | 1 | -0/+2 |
* | x86_64: fix ia32 AMD syscall audit fast-path | Roland McGrath | 2008-07-26 | 1 | -3/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-07-26 | 9 | -608/+415 |
|\ |
|
| * | ipsec: ipcomp - Decompress into frags if necessary | Herbert Xu | 2008-07-25 | 1 | -6/+42 |
| * | ipsec: ipcomp - Merge IPComp implementations | Herbert Xu | 2008-07-25 | 8 | -606/+377 |
| * | pkt_sched: Fix locking in shutdown_scheduler_queue() | David S. Miller | 2008-07-25 | 1 | -2/+2 |
* | | MFD_TC6393XB is ARM-only | Adrian Bunk | 2008-07-26 | 1 | -1/+1 |
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 2008-07-26 | 1 | -2/+2 |
|\ \ |
|
| * | | powerpc: Fix boot problem due to AT_BASE_PLATFORM change | Nathan Lynch | 2008-07-26 | 1 | -2/+2 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2008-07-26 | 4 | -5/+20 |
|\ \ \ |
|
| * | | | sparc: Wire up new system calls. | David S. Miller | 2008-07-26 | 4 | -5/+20 |
* | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 2008-07-26 | 2 | -1/+13 |
|\ \ \ \ |
|
| * | | | | [IA64] Wire up new system calls | Tony Luck | 2008-07-25 | 2 | -1/+13 |
| |/ / / |
|
* | | | | sys_paccept definition missing __user annotation | Harvey Harrison | 2008-07-26 | 1 | -1/+1 |
* | | | | Merge git://git.infradead.org/embedded-2.6 | Linus Torvalds | 2008-07-25 | 5 | -3/+44 |
|\ \ \ \ |
|
| * | | | | Make console charset translation optional | David Woodhouse | 2008-06-04 | 5 | -3/+44 |
* | | | | | Merge git://git.infradead.org/~dwmw2/random-2.6 | Linus Torvalds | 2008-07-25 | 24 | -109/+11 |
|\ \ \ \ \ |
|
| * | | | | | remove dummy asm/kvm.h files | Adrian Bunk | 2008-07-25 | 22 | -105/+4 |