| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-12-08 | 1 | -0/+1 |
|\ |
|
| * | block: add helpers to run flush_dcache_page() against a bio and a request's p... | Ilya Loginov | 2009-11-26 | 1 | -0/+1 |
* | | net: Generalize socket rx gap / receive queue overflow cmsg | Neil Horman | 2009-10-12 | 1 | -0/+2 |
|/ |
|
* | h8300: Cleanup linker script using new linker script macros. | Tim Abbott | 2009-09-25 | 1 | -18/+7 |
* | headers: utsname.h redux | Alexey Dobriyan | 2009-09-24 | 1 | -1/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next | Linus Torvalds | 2009-09-24 | 1 | -3/+2 |
|\ |
|
| * | Use new __init_task_data macro in arch init_task.c files. | Joe Perches | 2009-09-21 | 1 | -3/+2 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-09-22 | 1 | -1/+0 |
|\ \ |
|
| * | | trivial: remove references to non-existent include/linux/config.h | Markus Heidelberg | 2009-09-21 | 1 | -1/+0 |
| |/ |
|
* | | h8300: convert to asm-generic/hardirq.h | Christoph Hellwig | 2009-09-22 | 2 | -17/+3 |
* | | mm: remove duplicate asm/mman.h files | Arnd Bergmann | 2009-09-22 | 1 | -19/+1 |
* | | mm: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regions | Arnd Bergmann | 2009-09-22 | 1 | -0/+2 |
|/ |
|
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2009-09-16 | 1 | -1/+0 |
|\ |
|
| * | PCI: remove pcibios_scan_all_fns() | Alex Chiang | 2009-09-09 | 1 | -1/+0 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 2009-09-15 | 1 | -3/+2 |
|\ \ |
|
| * | | Merge branch 'percpu-for-linus' into percpu-for-next | Tejun Heo | 2009-08-14 | 1 | -1/+1 |
| |\| |
|
| * | | linker script: unify usage of discard definition | Tejun Heo | 2009-07-09 | 1 | -4/+2 |
| * | | Merge branch 'master' into for-next | Tejun Heo | 2009-07-04 | 1 | -4/+4 |
| |\ \ |
|
| * | | | linker script: throw away .discard section | Tejun Heo | 2009-06-24 | 1 | -0/+1 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2009-09-14 | 1 | -0/+3 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-08-13 | 1 | -1/+1 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | net: implement a SO_DOMAIN getsockoption | Jan Engelhardt | 2009-08-05 | 1 | -0/+1 |
| * | | | | net: implement a SO_PROTOCOL getsockoption | Jan Engelhardt | 2009-08-05 | 1 | -0/+2 |
| | |_|/
| |/| | |
|
* | | | | KEYS: Add missing linux/tracehook.h #inclusions | David Howells | 2009-09-09 | 1 | -0/+1 |
* | | | | KEYS: Add a keyctl to install a process's session keyring on its parent [try #6] | David Howells | 2009-09-02 | 1 | -0/+2 |
* | | | | KEYS: Extend TIF_NOTIFY_RESUME to (almost) all architectures [try #6] | David Howells | 2009-09-02 | 2 | -0/+7 |
| |/ /
|/| | |
|
* | | | sched: INIT_PREEMPT_COUNT | Peter Zijlstra | 2009-07-10 | 1 | -1/+1 |
|/ / |
|
* / | h8/300: fix incorrect "select" directives in arch/h8300/Kconfig.cpu. | Robert P. J. Day | 2009-06-23 | 1 | -4/+4 |
|/ |
|
* | ptrace: remove PT_DTRACE from arch/h8300 | Oleg Nesterov | 2009-06-18 | 1 | -1/+0 |
* | kmap_types: make most arches use generic header file | Randy Dunlap | 2009-06-17 | 1 | -16/+1 |
* | mm: consolidate init_mm definition | Alexey Dobriyan | 2009-06-17 | 1 | -4/+0 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arn... | Linus Torvalds | 2009-06-13 | 5 | -4/+5 |
|\ |
|
| * | asm-generic: rename page.h and uaccess.h | Arnd Bergmann | 2009-06-11 | 1 | -1/+1 |
| * | asm-generic: rename atomic.h to atomic-long.h | Arnd Bergmann | 2009-06-11 | 1 | -1/+1 |
| * | asm-generic: introduce asm/bitsperlong.h | Arnd Bergmann | 2009-06-11 | 1 | -0/+1 |
| * | asm-generic: rename termios.h, signal.h and mman.h | Arnd Bergmann | 2009-06-11 | 2 | -2/+2 |
* | | module: cleanup FIXME comments about trimming exception table entries. | Rusty Russell | 2009-06-12 | 1 | -2/+0 |
|/ |
|
* | flat: fix data sections alignment | Oskar Schirmer | 2009-05-29 | 1 | -1/+0 |
* | Get rid of final remnants of include/asm-$(ARCH) | Linus Torvalds | 2009-04-17 | 1 | -0/+25 |
* | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-04-05 | 1 | -0/+1 |
|\ |
|
| * | Merge branch 'tracing/core-v2' into tracing-for-linus | Ingo Molnar | 2009-04-02 | 1 | -0/+1 |
| |\ |
|
| | * | Merge branch 'x86/core' into tracing/textedit | Ingo Molnar | 2009-03-06 | 1 | -1/+1 |
| | |\ |
|
| | * | | tracing: make CALLER_ADDRx overwriteable | Uwe Kleine-Koenig | 2009-03-02 | 1 | -0/+1 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-04-04 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | trivial: h8300: Storage class should be before const qualifier | Tobias Klauser | 2009-03-30 | 1 | -1/+1 |
* | | | | | Simplify copy_thread() | Alexey Dobriyan | 2009-04-03 | 1 | -1/+1 |
| |/ / /
|/| | | |
|
* | | | | cpumask: remove references to struct irqaction's mask field. | Rusty Russell | 2009-03-30 | 4 | -4/+0 |
|/ / / |
|
* | | | Merge branch 'header-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-03-27 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | headers_check fix: h8300, swab.h | Jaswinder Singh Rajput | 2009-02-01 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2009-03-27 | 1 | -2/+2 |
|\ \ |
|