| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Cleanup asm/{elf,page,user}.h: #ifdef __KERNEL__ is no longer needed | Kirill A. Shutemov | 2008-02-07 | 2 | -6/+0 |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 2008-02-05 | 6 | -38/+39 |
|\ |
|
| * | [IA64] ia64_set_psr should use srlz.i | Xiantao Zhang | 2008-02-04 | 1 | -1/+1 |
| * | [IA64] Export three symbols for module use | Zhang, Xiantao | 2008-02-04 | 1 | -11/+3 |
| * | [IA64] mca style cleanup | Hidetoshi Seto | 2008-02-04 | 2 | -4/+5 |
| * | [IA64] Slim-down __clear_bit_unlock | Zoltan Menyhart | 2008-02-04 | 1 | -22/+28 |
| * | [IA64] fix userspace compile error in gcc_intrin.h | Doug Chapman | 2008-02-04 | 1 | -0/+2 |
* | | add mm argument to pte/pmd/pud/pgd_free | Benjamin Herrenschmidt | 2008-02-05 | 1 | -8/+8 |
* | | maps4: rework TASK_SIZE macros | Dave Hansen | 2008-02-05 | 1 | -1/+2 |
|/ |
|
* | asm-*/compat.h: fix typo in comment | Marcin Ĺšlusarz | 2008-02-03 | 1 | -1/+1 |
* | [NET]: Introducing socket mark socket option. | Laszlo Attila Toth | 2008-01-31 | 1 | -0/+2 |
* | ia64: on UP percpu variables are not small memory model | Ingo Molnar | 2008-01-30 | 1 | -2/+4 |
* | ia64: use generic percpu | travis@sgi.com | 2008-01-30 | 1 | -17/+7 |
* | modules: fold percpu_modcopy into module.c | travis@sgi.com | 2008-01-30 | 1 | -5/+0 |
* | x86: remove flush_agp_mappings() | Ingo Molnar | 2008-01-30 | 1 | -1/+0 |
* | percpu: move arch XX_PER_CPU_XX definitions into linux/percpu.h | travis@sgi.com | 2008-01-30 | 1 | -22/+2 |
* | x86: voluntary leave_mm before entering ACPI C3 | Venki Pallipadi | 2008-01-30 | 1 | -0/+2 |
* | remove __attribute_used__ | Adrian Bunk | 2008-01-28 | 1 | -1/+1 |
* | [IA64] Update Altix BTE error return status patch | Russ Anderson | 2008-01-03 | 1 | -2/+4 |
* | [IA64] make flush_tlb_kernel_range() an inline function | Jan Beulich | 2007-12-19 | 1 | -1/+5 |
* | [IA64] Fix Altix BTE error return status | Russ Anderson | 2007-12-19 | 3 | -4/+62 |
* | [IA64] Two trivial spelling fixes | Joe Perches | 2007-12-18 | 1 | -1/+1 |
* | IA64: Slim down __clear_bit_unlock | Christoph Lameter | 2007-12-18 | 3 | -3/+22 |
* | [IA64] iosapic cleanup | Simon Horman | 2007-12-07 | 1 | -2/+0 |
* | ACPI: Set max_cstate to 1 for early Opterons. | Alexey Starikovskiy | 2007-11-26 | 1 | -0/+1 |
* | [IA64] Update printing of feature set bits | Russ Anderson | 2007-11-09 | 1 | -2/+3 |
* | [IA64] fix typo in per_cpu_offset | Yu Luming | 2007-10-29 | 1 | -1/+1 |
* | [IA64] /proc/cpuinfo "physical id" field cleanups | Alex Chiang | 2007-10-29 | 1 | -1/+0 |
* | Add CONFIG_DEBUG_SG sg validation | Jens Axboe | 2007-10-22 | 1 | -0/+3 |
* | Change table chaining layout | Jens Axboe | 2007-10-22 | 1 | -1/+1 |
* | ide: add CONFIG_IDE_ARCH_OBSOLETE_INIT | Bartlomiej Zolnierkiewicz | 2007-10-20 | 1 | -1/+0 |
* | Use extended crashkernel command line on ia64 | Bernhard Walle | 2007-10-19 | 1 | -1/+1 |
* | forbid asm/bitops.h direct inclusion | Jiri Slaby | 2007-10-19 | 1 | -0/+4 |
* | remove asm/bitops.h includes | Jiri Slaby | 2007-10-19 | 4 | -4/+4 |
* | remove unused flush_tlb_pgtables | Benjamin Herrenschmidt | 2007-10-19 | 1 | -13/+0 |
* | ia64: lock bitops | Nick Piggin | 2007-10-18 | 1 | -2/+41 |
* | bitops: introduce lock ops | Nick Piggin | 2007-10-18 | 1 | -0/+2 |
* | increase AT_VECTOR_SIZE to terminate saved_auxv properly | Olaf Hering | 2007-10-17 | 2 | -0/+3 |
* | Remove dma_cache_(wback|inv|wback_inv) functions | Ralf Baechle | 2007-10-17 | 1 | -4/+0 |
* | Add vmcoreinfo | Ken'ichi Ohmichi | 2007-10-17 | 1 | -0/+1 |
* | kill DECLARE_MUTEX_LOCKED | Christoph Hellwig | 2007-10-17 | 1 | -1/+0 |
* | Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-block | Linus Torvalds | 2007-10-16 | 2 | -1/+3 |
|\ |
|
| * | IA64: sg chaining support | Jens Axboe | 2007-10-16 | 2 | -1/+3 |
* | | kprobes: support kretprobe blacklist | Masami Hiramatsu | 2007-10-16 | 1 | -0/+1 |
* | | flush icache before set_pte() on ia64: flush icache at set_pte | KAMEZAWA Hiroyuki | 2007-10-16 | 1 | -13/+31 |
* | | IA64: SPARSEMEM_VMEMMAP 16K page size support | Christoph Lameter | 2007-10-16 | 1 | -0/+6 |
* | | x86: optimize page faults like all other achitectures and kill notifier cruft | Christoph Hellwig | 2007-10-16 | 2 | -16/+0 |
* | | Convert cpu_sibling_map to be a per cpu variable | Mike Travis | 2007-10-16 | 2 | -2/+2 |
|/ |
|
* | [IA64] build fix for scatterlist | Tony Luck | 2007-10-15 | 1 | -0/+1 |
* | [IA64] Fix kernel panic in kdump on INIT | Kenji Kaneshige | 2007-10-12 | 1 | -0/+2 |