| Commit message (Expand) | Author | Age | Files | Lines |
* | um: Remove BKL from mmapper | Thomas Gleixner | 2009-10-14 | 1 | -7/+4 |
* | um: Remove BKL from random | Thomas Gleixner | 2009-10-14 | 1 | -3/+0 |
* | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 2009-10-11 | 3 | -0/+3 |
* | um: Clean up linker script using standard macros. | Tim Abbott | 2009-09-24 | 3 | -50/+14 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus | Linus Torvalds | 2009-09-23 | 2 | -3/+3 |
|\ |
|
| * | cpumask: use mm_cpumask() wrapper: um | Rusty Russell | 2009-09-24 | 1 | -2/+2 |
| * | cpumask: Use accessors for cpu_*_mask: um | Rusty Russell | 2009-09-24 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next | Linus Torvalds | 2009-09-23 | 4 | -8/+12 |
|\ \
| |/
|/| |
|
| * | Use new __init_task_data macro in arch init_task.c files. | Joe Perches | 2009-09-21 | 1 | -3/+2 |
| * | arm, cris, mips, sparc, powerpc, um, xtensa: fix build with bash 4.0 | Sam Ravnborg | 2009-09-20 | 3 | -5/+10 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-09-22 | 2 | -2/+2 |
|\ \ |
|
| * | | trivial: remove unnecessary semicolons | Joe Perches | 2009-09-21 | 1 | -1/+1 |
| * | | trivial: fix typo "to to" in multiple files | Anand Gadiyar | 2009-09-21 | 1 | -1/+1 |
* | | | uml: fix order of pud and pmd_free() | Roel Kluin | 2009-09-22 | 1 | -2/+2 |
* | | | um: convert to asm-generic/hardirq.h | Christoph Hellwig | 2009-09-22 | 1 | -25/+1 |
* | | | arches: drop superfluous casts in nr_free_pages() callers | Geert Uytterhoeven | 2009-09-22 | 1 | -1/+1 |
* | | | const: make block_device_operations const | Alexey Dobriyan | 2009-09-22 | 1 | -1/+1 |
|/ / |
|
* | | includecheck fix: um, helper.c | Jaswinder Singh Rajput | 2009-09-20 | 1 | -1/+0 |
|/ |
|
* | 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 | 3 | -5/+4 |
|\ \ |
|
| * \ | Merge branch 'percpu-for-linus' into percpu-for-next | Tejun Heo | 2009-08-14 | 4 | -8/+8 |
| |\ \
| | |/ |
|
| * | | linker script: unify usage of discard definition | Tejun Heo | 2009-07-09 | 3 | -7/+2 |
| * | | Merge branch 'master' into for-next | Tejun Heo | 2009-07-04 | 3 | -4/+2 |
| |\ \ |
|
| * | | | linker script: throw away .discard section | Tejun Heo | 2009-06-24 | 2 | -0/+4 |
* | | | | netdev: drivers should make ethtool_ops const | Stephen Hemminger | 2009-09-02 | 1 | -1/+1 |
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-08-12 | 4 | -8/+8 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | mm: Pass virtual address to [__]p{te,ud,md}_free_tlb() | Benjamin Herrenschmidt | 2009-07-27 | 2 | -5/+5 |
| * | | | sched: INIT_PREEMPT_COUNT | Peter Zijlstra | 2009-07-10 | 1 | -1/+1 |
| * | | | Remove multiple KERN_ prefixes from printk formats | Joe Perches | 2009-07-08 | 1 | -2/+2 |
| | |/
| |/| |
|
* | | | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions | Patrick McHardy | 2009-07-05 | 1 | -1/+1 |
|/ / |
|
* | | UML: Fix some apparent bitrot | Paul Menage | 2009-06-25 | 3 | -4/+2 |
|/ |
|
* | Move FAULT_FLAG_xyz into handle_mm_fault() callers | Linus Torvalds | 2009-06-21 | 1 | -1/+1 |
* | Merge branch 'akpm' | Linus Torvalds | 2009-06-16 | 7 | -32/+29 |
|\ |
|
| * | fbdev: move logo externs to header file | Geert Uytterhoeven | 2009-06-16 | 1 | -1/+1 |
| * | uml: bad macro expansion, parameter is member | Roel Kluin | 2009-06-16 | 1 | -22/+22 |
| * | uml: fix a section warning | Amerigo Wang | 2009-06-16 | 2 | -2/+2 |
| * | um: remove obsolete hw_interrupt_type | Thomas Gleixner | 2009-06-16 | 1 | -3/+3 |
| * | uml: UML net driver does not allow for vlans | Alan Cox | 2009-06-16 | 1 | -1/+1 |
| * | mm: consolidate init_mm definition | Alexey Dobriyan | 2009-06-16 | 1 | -3/+0 |
* | | uml: remove driver_data direct access of struct device | Greg Kroah-Hartman | 2009-06-15 | 2 | -4/+4 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arn... | Linus Torvalds | 2009-06-12 | 1 | -1/+1 |
|\ |
|
| * | asm-generic: merge branch 'master' of torvalds/linux-2.6 | Arnd Bergmann | 2009-06-12 | 1 | -29/+7 |
| |\ |
|
| * | | asm-generic: rename page.h and uaccess.h | Arnd Bergmann | 2009-06-11 | 1 | -1/+1 |
* | | | PM: Remove unused asm/suspend.h | Magnus Damm | 2009-06-12 | 1 | -4/+0 |
* | | | module: merge module_alloc() finally | Amerigo Wang | 2009-06-12 | 1 | -1/+6 |
* | | | uml module: fix uml build process due to this merge | Amerigo Wang | 2009-06-12 | 3 | -25/+2 |
| |/
|/| |
|
* | | block: implement and enforce request peek/start/fetch | Tejun Heo | 2009-05-11 | 1 | -2/+1 |
* | | block: convert to pos and nr_sectors accessors | Tejun Heo | 2009-05-11 | 1 | -1/+1 |
* | | ubd: drop unnecessary rq->sector manipulation | Tejun Heo | 2009-04-28 | 1 | -5/+5 |