| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflags | Linus Torvalds | 2010-10-21 | 3 | -31/+27 |
|\ |
|
| * | Fix IRQ flag handling naming | David Howells | 2010-10-07 | 4 | -32/+27 |
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2010-10-21 | 2 | -0/+8 |
|\ \ |
|
| * | | x86-32, percpu: Correct the ordering of the percpu readmostly section | H. Peter Anvin | 2010-10-21 | 1 | -1/+1 |
| * | | percpu: Introduce a read-mostly percpu API | Shaohua Li | 2010-10-20 | 1 | -0/+4 |
| * | | x86, mm: Avoid unnecessary TLB flush | Shaohua Li | 2010-08-23 | 1 | -0/+4 |
* | | | jump label: Base patch for jump label | Jason Baron | 2010-09-22 | 1 | -0/+10 |
* | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2010-09-15 | 2 | -6/+23 |
|\ \ \
| | |/
| |/| |
|
| * | | gpio: doc updates | David Brownell | 2010-09-10 | 1 | -1/+13 |
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 2010-09-07 | 1 | -5/+10 |
| |\ \
| | |/
| |/| |
|
| | * | percpu: handle __percpu notations in UP accessors | Namhyung Kim | 2010-08-07 | 1 | -5/+10 |
* | | | irq: Fix circular headers dependency | Frederic Weisbecker | 2010-09-09 | 1 | -1/+1 |
|/ / |
|
* | | Fix the declaration of sys_execve() in asm-generic/syscalls.h | David Howells | 2010-08-18 | 1 | -2/+4 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 2010-08-16 | 1 | -1/+5 |
|\ \ |
|
| * \ | Merge branch 'master' into for-linus | Chris Metcalf | 2010-08-14 | 2 | -3/+4 |
| |\ \ |
|
| * | | | Add fanotify syscalls to <asm-generic/unistd.h>. | Chris Metcalf | 2010-08-13 | 1 | -1/+5 |
* | | | | include: replace unifdef-y with header-y | Sam Ravnborg | 2010-08-14 | 2 | -38/+38 |
| |/ /
|/| | |
|
* | | | dma-mapping: remove dma_is_consistent API | FUJITA Tomonori | 2010-08-11 | 1 | -3/+0 |
* | | | vfs: O_* bit numbers uniqueness check | Wu Fengguang | 2010-08-11 | 1 | -0/+4 |
|/ / |
|
* | | tty: Add EXTPROC support for LINEMODE | hyc@symas.com | 2010-08-10 | 2 | -0/+3 |
* | | tty: Remove Hayes ESP ioctls | Jeff Dike | 2010-08-10 | 1 | -4/+2 |
* | | Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linux | Linus Torvalds | 2010-08-10 | 1 | -1/+3 |
|\ \ |
|
| * | | unistd: add __NR_prlimit64 syscall numbers | Jiri Slaby | 2010-07-16 | 1 | -1/+3 |
* | | | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify | Linus Torvalds | 2010-08-10 | 1 | -0/+8 |
|\ \ \ |
|
| * | | | fanotify: FMODE_NONOTIFY and __O_SYNC in sparc conflict | Signed-off-by: Wu Fengguang | 2010-07-28 | 1 | -1/+1 |
| * | | | vfs: introduce FMODE_NONOTIFY | Eric Paris | 2010-07-28 | 1 | -0/+8 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2010-08-10 | 1 | -3/+6 |
|\ \ \ \ |
|
| * | | | | add f_flags to struct statfs(64) | Christoph Hellwig | 2010-08-09 | 1 | -3/+6 |
| |/ / / |
|
* | | | | asm-generic/io.h: add big endian versions of io{read,write}{16,32} | Mike Frysinger | 2010-08-10 | 1 | -0/+4 |
* | | | | topology: alternate fix for ia64 tiger_defconfig build breakage | Lee Schermerhorn | 2010-08-10 | 1 | -1/+19 |
* | | | | asm-generic: use raw_local_irq_save/restore instead local_irq_save/restore | Michal Simek | 2010-08-10 | 1 | -6/+6 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 2010-08-08 | 1 | -8/+25 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Merge branch 'master' into for-linus | Chris Metcalf | 2010-08-06 | 2 | -1/+27 |
| |\ \ \ |
|
| * | | | | Add wait4() back to the set of <asm-generic/unistd.h> syscalls. | Chris Metcalf | 2010-06-25 | 1 | -3/+6 |
| * | | | | Fix up the "generic" unistd.h ABI to be more useful. | Chris Metcalf | 2010-06-04 | 1 | -6/+20 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-08-06 | 2 | -4/+96 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Merge commit 'v2.6.35' into perf/core | Ingo Molnar | 2010-08-02 | 1 | -1/+11 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | tracing: Remove letfover markers section | Frederic Weisbecker | 2010-07-15 | 1 | -4/+0 |
| * | | | Merge commit 'v2.6.35-rc3' into perf/core | Ingo Molnar | 2010-06-18 | 2 | -24/+24 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | arch: Implement local64_t | Peter Zijlstra | 2010-06-09 | 1 | -0/+96 |
* | | | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2010-08-06 | 1 | -0/+15 |
|\ \ \ \ |
|
| * | | | | of/gpio: stop using device_node data pointer to find gpio_chip | Grant Likely | 2010-07-06 | 1 | -0/+3 |
| * | | | | of/gpio: Kill of_gpio_chip and add members directly to gpio_chip | Anton Vorontsov | 2010-07-06 | 1 | -0/+12 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'upstream/pvhvm' into upstream/xen | Jeremy Fitzhardinge | 2010-08-04 | 1 | -0/+1 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | support multiple .discard.* sections to avoid section type conflicts | Jeremy Fitzhardinge | 2010-07-28 | 1 | -0/+1 |
| |/ / |
|
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 2010-07-23 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | vmlinux.lds: fix .data..init_task output section (fix popwerpc boot) | Sam Ravnborg | 2010-07-23 | 1 | -1/+1 |
| |/ / |
|
* / / | tracing: Properly align linker defined symbols | Sam Ravnborg | 2010-07-21 | 1 | -0/+10 |
|/ / |
|
* | | Merge branch 'for-35' of git://repo.or.cz/linux-kbuild | Linus Torvalds | 2010-06-01 | 2 | -24/+24 |
|\ \
| |/
|/| |
|
| * | Rename .data.nosave to .data..nosave. | Denys Vlasenko | 2010-03-03 | 1 | -1/+1 |