Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | NOMMU: Stub out vm_get_page_prot() if there's no MMU | David Howells | 2010-08-28 | 1 | -0/+8 | |
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2010-08-28 | 5 | -11/+12 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
| * | | | | | | | | Input: uinput - add devname alias to allow module on-demand load | Kay Sievers | 2010-08-21 | 2 | -1/+1 | |
| * | | | | | | | | USB: drop tty argument from usb_serial_handle_sysrq_char() | Dmitry Torokhov | 2010-08-21 | 1 | -2/+1 | |
| * | | | | | | | | Input: sysrq - drop tty argument form handle_sysrq() | Dmitry Torokhov | 2010-08-21 | 2 | -8/+6 | |
| * | | | | | | | | Input: sysrq - drop tty argument from sysrq ops handlers | Dmitry Torokhov | 2010-08-19 | 1 | -1/+5 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-08-24 | 1 | -2/+6 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | tracing: Fix timer tracing | Arjan van de Ven | 2010-08-19 | 1 | -2/+6 | |
| |/ / / / / / / | ||||||
* | | | | | | | | guard page for stacks that grow upwards | Luck, Tony | 2010-08-24 | 1 | -1/+7 | |
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2010-08-24 | 3 | -34/+58 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | kobject: Break the kobject namespace defs into their own header | David Howells | 2010-08-23 | 3 | -34/+58 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 2010-08-24 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | USB: gadget: fix composite kernel-doc warnings | Randy Dunlap | 2010-08-23 | 1 | -0/+1 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-08-23 | 12 | -26/+58 | |
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | header: fix broken headers for user space | Changli Gao | 2010-08-22 | 10 | -26/+26 | |
| * | | | | | | | netfilter: fix userspace header warning | Sam Ravnborg | 2010-08-18 | 1 | -0/+2 | |
| * | | | | | | | net: add Fast Ethernet driver for PXA168. | Sachin Sanap | 2010-08-18 | 1 | -0/+30 | |
* | | | | | | | | Merge branch 'for-upstream/pvhvm' of git://xenbits.xensource.com/people/ianc/... | Linus Torvalds | 2010-08-23 | 1 | -5/+9 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | xen: pvhvm: make it clearer that XEN_UNPLUG_* define bits in a bitfield | Ian Campbell | 2010-08-23 | 1 | -6/+9 | |
| * | | | | | | | | xen: pvhvm: rename xen_emul_unplug=ignore to =unnnecessary | Ian Campbell | 2010-08-23 | 1 | -1/+1 | |
| * | | | | | | | | xen: pvhvm: allow user to request no emulated device unplug | Ian Campbell | 2010-08-23 | 1 | -0/+1 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2010-08-23 | 7 | -23/+39 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | / / / / | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | drm: block userspace under allocating buffer and having drivers overwrite it ... | Dave Airlie | 2010-08-17 | 7 | -23/+39 | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen... | Linus Torvalds | 2010-08-22 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | slub: add missing __percpu markup in mm/slub_def.h | Namhyung Kim | 2010-08-09 | 1 | -1/+1 | |
* | | | | | | | | workqueue: Add basic tracepoints to track workqueue execution | Arjan van de Ven | 2010-08-21 | 1 | -0/+62 | |
* | | | | | | | | mm: make the vma list be doubly linked | Linus Torvalds | 2010-08-21 | 1 | -1/+1 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||||
* | | | | | | | kfifo: implement missing __kfifo_skip_r() | Andrea Righi | 2010-08-20 | 1 | -0/+2 | |
* | | | | | | | Fix the declaration of sys_execve() in asm-generic/syscalls.h | David Howells | 2010-08-18 | 1 | -2/+4 | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2010-08-18 | 5 | -23/+197 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | fs: scale files_lock | Nick Piggin | 2010-08-18 | 1 | -0/+7 | |
| * | | | | | | | lglock: introduce special lglock and brlock spin locks | Nick Piggin | 2010-08-18 | 1 | -0/+172 | |
| * | | | | | | | tty: fix fu_list abuse | Nick Piggin | 2010-08-18 | 2 | -2/+8 | |
| * | | | | | | | fs: cleanup files_lock locking | Nick Piggin | 2010-08-18 | 2 | -5/+3 | |
| * | | | | | | | fs: fs_struct rwlock to spinlock | Nick Piggin | 2010-08-18 | 1 | -7/+7 | |
| * | | | | | | | remove SWRITE* I/O types | Christoph Hellwig | 2010-08-18 | 2 | -9/+1 | |
| * | | | | | | | kill BH_Ordered flag | Christoph Hellwig | 2010-08-18 | 1 | -2/+1 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 2010-08-18 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | ALSA: emu10k1 - delay the PCM interrupts (add pcm_irq_delay parameter) | Jaroslav Kysela | 2010-08-18 | 1 | -0/+1 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge branch 'merge-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2010-08-18 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | spi.h: missing kernel-doc notation, please fix | Ernst Schwab | 2010-08-17 | 1 | -0/+3 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2010-08-17 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | VIDEO: amba clcd: don't disable an already disabled clock | Russell King | 2010-08-17 | 1 | -0/+1 | |
* | | | | | | | | Make do_execve() take a const filename pointer | David Howells | 2010-08-17 | 3 | -5/+8 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2010-08-15 | 3 | -6/+5 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'linus' into release | Len Brown | 2010-08-15 | 466 | -4599/+12310 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | ||||||
| * | | | | | | | ACPI processor: remove deprecated ACPI procfs I/F | Zhang Rui | 2010-08-15 | 1 | -1/+0 | |
| * | | | | | | | Merge branch 'acpica-gpe' into release | Len Brown | 2010-08-15 | 4 | -15/+57 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'procfs-cleanup' into release | Len Brown | 2010-08-14 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | ACPI: introduce module parameter acpi.aml_debug_output | Zhang Rui | 2010-08-14 | 1 | -1/+1 |