| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: Pass virtual address to [__]p{te,ud,md}_free_tlb() | Benjamin Herrenschmidt | 2009-07-27 | 1 | -2/+2 |
* | sched: INIT_PREEMPT_COUNT | Peter Zijlstra | 2009-07-10 | 1 | -1/+1 |
* | Remove multiple KERN_ prefixes from printk formats | Joe Perches | 2009-07-08 | 2 | -11/+11 |
* | parisc: use generic atomic64 on 32-bit | Kyle McMartin | 2009-07-03 | 2 | -1/+6 |
* | parisc: perf: wire up sys_perf_counter_open | Kyle McMartin | 2009-07-03 | 3 | -1/+9 |
* | parisc: add task_pt_regs macro | Kyle McMartin | 2009-07-03 | 1 | -0/+3 |
* | parisc: wire sys_perf_counter_open to sys_ni_syscall | Kyle McMartin | 2009-07-03 | 2 | -1/+3 |
* | parisc: inventory.c, fix bloated stack frame | Kyle McMartin | 2009-07-03 | 1 | -17/+24 |
* | parisc: processor.c, fix bloated stack frame | Kyle McMartin | 2009-07-03 | 1 | -5/+11 |
* | parisc: fix compile warning in mm/init.c | Kyle McMartin | 2009-07-03 | 1 | -1/+1 |
* | parisc: remove dead code from sys_parisc32.c | Christoph Hellwig | 2009-07-03 | 1 | -62/+0 |
* | parisc: wire up rt_tgsigqueueinfo | Kyle McMartin | 2009-07-03 | 2 | -2/+4 |
* | parisc: ensure broadcast tlb purge runs single threaded | Helge Deller | 2009-07-03 | 3 | -19/+30 |
* | parisc: fix "delay!" timer handling | Grant Grundler | 2009-07-03 | 1 | -35/+53 |
* | parisc: fix mismatched parenthesis in memcpy.c | Randolph Chung | 2009-07-03 | 1 | -1/+1 |
* | parisc: add parameter to read_cr16() | Coly Li | 2009-07-03 | 1 | -1/+1 |
* | parisc: decode_exc.c should include kernel.h | Alexander Beregalov | 2009-07-03 | 1 | -1/+1 |
* | parisc: remove obsolete hw_interrupt_type | Thomas Gleixner | 2009-07-03 | 1 | -1/+1 |
* | parisc: fix irq compile bugs in arch/parisc/kernel/irq.c | Helge Deller | 2009-07-03 | 1 | -4/+4 |
* | parisc: fix ldcw inline assembler | Helge Deller | 2009-07-03 | 1 | -2/+2 |
* | parisc: kill WARN in free_initmem when DEBUG_KERNEL | Kyle McMartin | 2009-07-03 | 1 | -20/+9 |
* | parisc: Remove casts from atomic macros | Bastian Blank | 2009-07-03 | 1 | -4/+4 |
* | parisc: remove CVS keywords | Alexander Beregalov | 2009-07-03 | 7 | -14/+6 |
* | parisc: wire up preadv/pwritev syscalls | Kyle McMartin | 2009-07-03 | 2 | -1/+5 |
* | Move FAULT_FLAG_xyz into handle_mm_fault() callers | Linus Torvalds | 2009-06-21 | 1 | -1/+1 |
* | ptrace: remove PT_DTRACE from avr32, mn10300, parisc, s390, sh, xtensa | Oleg Nesterov | 2009-06-18 | 3 | -15/+0 |
* | Delete pcibios_select_root | Matthew Wilcox | 2009-06-17 | 1 | -13/+0 |
* | kmap_types: make most arches use generic header file | Randy Dunlap | 2009-06-16 | 1 | -21/+3 |
* | mm: consolidate init_mm definition | Alexey Dobriyan | 2009-06-16 | 1 | -4/+0 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2009-06-15 | 7 | -15/+27 |
|\ |
|
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arn... | Linus Torvalds | 2009-06-12 | 5 | -11/+23 |
| |\ |
|
| | * | asm-generic: merge branch 'master' of torvalds/linux-2.6 | Arnd Bergmann | 2009-06-12 | 1 | -2/+4 |
| | |\ |
|
| | * | | asm-generic: rename page.h and uaccess.h | Arnd Bergmann | 2009-06-11 | 2 | -2/+2 |
| | * | | 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 | 2 | -8/+20 |
| * | | | module: cleanup FIXME comments about trimming exception table entries. | Rusty Russell | 2009-06-12 | 1 | -2/+0 |
| | |/
| |/| |
|
| * | | irq: change ->set_affinity() to return status | Yinghai Lu | 2009-04-28 | 1 | -2/+4 |
| |/ |
|
* | | cfg80211: errno.h: define ERFKILL | Alexander Beregalov | 2009-06-07 | 1 | -0/+1 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6 | Linus Torvalds | 2009-04-03 | 26 | -98/+501 |
|\ |
|
| * | parisc: move dereference_function_descriptor to process.c | Kyle McMartin | 2009-04-02 | 2 | -15/+14 |
| * | parisc: Move kernel Elf_Fdesc define to <asm/elf.h> | Kyle McMartin | 2009-04-02 | 2 | -4/+10 |
| * | parisc: fix build when ARCH_HAS_KMAP | Kyle McMartin | 2009-04-02 | 1 | -0/+3 |
| * | Merge branch 'rusty-cpumask-parisc' into parisc | Kyle McMartin | 2009-04-02 | 4 | -15/+16 |
| |\ |
|
| | * | cpumask: Use accessors code.: parisc | Rusty Russell | 2009-03-16 | 2 | -7/+7 |
| | * | cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: parisc | Rusty Russell | 2009-03-16 | 2 | -4/+4 |
| | * | cpumask: arch_send_call_function_ipi_mask: parisc | Rusty Russell | 2009-03-16 | 2 | -4/+5 |
| * | | parisc: select BUG always | Kyle McMartin | 2009-04-02 | 1 | -0/+1 |
| * | | parisc: asm/pdc.h should include asm/page.h | Alexander Beregalov | 2009-04-02 | 1 | -0/+2 |
| * | | parisc: fix macro expansion in atomic.h | James Bottomley | 2009-03-31 | 1 | -9/+9 |
| * | | parisc: oops_enter()/oops_exit() in die() | Helge Deller | 2009-03-31 | 1 | -0/+3 |