| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: remove double indirection on tlb parameter to free_pgd_range() & Co | Jan Beulich | 2008-07-24 | 12 | -21/+26 |
* | spufs: use new vm_ops->access to allow local state access from gdb | Benjamin Herrenschmidt | 2008-07-24 | 1 | -0/+23 |
* | powerpc ioremap_prot | Benjamin Herrenschmidt | 2008-07-24 | 7 | -7/+64 |
* | use generic_access_phys for /dev/mem mappings | Rik van Riel | 2008-07-24 | 2 | -1/+5 |
* | access_process_vm device memory infrastructure | Rik van Riel | 2008-07-24 | 8 | -18/+144 |
* | mm: remove nopfn | Nick Piggin | 2008-07-24 | 2 | -69/+7 |
* | kill generic_file_direct_IO() | Christoph Hellwig | 2008-07-24 | 1 | -66/+51 |
* | mm/hugetlb.c: fix duplicate variable | Adrian Bunk | 2008-07-24 | 1 | -1/+0 |
* | mm/vmstat.c: proper externs | Adrian Bunk | 2008-07-24 | 4 | -5/+8 |
* | mm/migrate.c should #include <linux/syscalls.h> | Adrian Bunk | 2008-07-24 | 1 | -0/+1 |
* | page allocator: inline some __alloc_pages() wrappers | KOSAKI Motohiro | 2008-07-24 | 2 | -21/+19 |
* | mspec: convert nopfn to fault | Nick Piggin | 2008-07-24 | 1 | -9/+14 |
* | mm: unexport __alloc_bootmem_core() | Johannes Weiner | 2008-07-24 | 2 | -17/+12 |
* | mm: normalize internal argument passing of bootmem data | Johannes Weiner | 2008-07-24 | 1 | -8/+6 |
* | mm: fix free_all_bootmem_core alignment check | Johannes Weiner | 2008-07-24 | 1 | -11/+10 |
* | mm: move bootmem descriptors definition to a single place | Johannes Weiner | 2008-07-24 | 15 | -54/+40 |
* | add a helper function to test if an object is on the stack | FUJITA Tomonori | 2008-07-24 | 2 | -3/+8 |
* | mm: print out the zonelists on request for manual verification | Mel Gorman | 2008-07-24 | 3 | -0/+51 |
* | mm: make defensive checks around PFN values registered for memory usage | Mel Gorman | 2008-07-24 | 4 | -8/+44 |
* | mm: verify the page links and memory model | Mel Gorman | 2008-07-24 | 3 | -0/+91 |
* | mm: add a basic debugging framework for memory initialisation | Mel Gorman | 2008-07-24 | 6 | -9/+79 |
* | add HAVE_CLK to Kconfig, for driver dependencies | David Brownell | 2008-07-24 | 5 | -0/+23 |
* | remove is_tty() | Adrian Bunk | 2008-07-24 | 1 | -13/+0 |
* | hpet: clarify maintainer entry | Clemens Ladisch | 2008-07-24 | 1 | -1/+1 |
* | move memory_read_from_buffer() from fs.h to string.h | Akinobu Mita | 2008-07-24 | 4 | -3/+4 |
* | Merge branch 'x86/auditsc' of git://git.kernel.org/pub/scm/linux/kernel/git/f... | Linus Torvalds | 2008-07-23 | 4 | -12/+192 |
|\ |
|
| * | i386 syscall audit fast-path | Roland McGrath | 2008-07-23 | 1 | -2/+53 |
| * | x86_64 ia32 syscall audit fast-path | Roland McGrath | 2008-07-23 | 2 | -4/+88 |
| * | x86_64 syscall audit fast-path | Roland McGrath | 2008-07-23 | 2 | -1/+50 |
| * | x86_64: remove bogus optimization in sysret_signal | Roland McGrath | 2008-07-23 | 1 | -5/+1 |
* | | Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2008-07-23 | 14 | -256/+229 |
|\ \ |
|
| * | | sched: hrtick_enabled() should use cpu_active() | Ingo Molnar | 2008-07-20 | 1 | -1/+1 |
| * | | Merge branch 'sched/urgent' into sched/devel | Ingo Molnar | 2008-07-20 | 7 | -155/+66 |
| |\ \ |
|
| | * | | sched, x86: clean up hrtick implementation | Peter Zijlstra | 2008-07-20 | 6 | -155/+64 |
| | * | | sched: fix warning in inc_rt_tasks() to not declare variable 'rq' if it's not... | David Howells | 2008-07-18 | 1 | -0/+2 |
| * | | | sched: fix build error, provide partition_sched_domains() unconditionally | Ingo Molnar | 2008-07-18 | 1 | -1/+10 |
| * | | | cpu hotplug: Make cpu_active_map synchronization dependency clear | Max Krasnyansky | 2008-07-18 | 1 | -0/+10 |
| * | | | cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment ... | Max Krasnyansky | 2008-07-18 | 8 | -71/+99 |
| * | | | sched: rework of "prioritize non-migratable tasks over migratable ones" | Dmitry Adamushko | 2008-07-18 | 1 | -28/+40 |
| |/ / |
|
| * | | sched: reduce stack size in isolated_cpu_setup() | Mike Travis | 2008-07-18 | 1 | -1/+2 |
| * | | Revert parts of "ftrace: do not trace scheduler functions" | Ingo Molnar | 2008-07-18 | 1 | -0/+2 |
* | | | Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2008-07-23 | 50 | -270/+442 |
|\ \ \ |
|
| * \ \ | Merge branch 'linus' into cpus4096-for-linus | Ingo Molnar | 2008-07-21 | 1549 | -78831/+148172 |
| |\ \ \ |
|
| * | | | | NR_CPUS: Replace NR_CPUS in speedstep-centrino.c | Mike Travis | 2008-07-20 | 1 | -34/+51 |
| * | | | | cpumask: Provide a generic set of CPUMASK_ALLOC macros, FIXUP | Mike Travis | 2008-07-20 | 1 | -7/+26 |
| * | | | | NR_CPUS: Replace NR_CPUS in cpufreq userspace routines | Mike Travis | 2008-07-20 | 1 | -36/+43 |
| * | | | | NR_CPUS: Replace per_cpu(..., smp_processor_id()) with __get_cpu_var | Mike Travis | 2008-07-20 | 1 | -1/+1 |
| * | | | | NR_CPUS: Replace NR_CPUS in arch/x86/kernel/genapic_flat_64.c | Mike Travis | 2008-07-20 | 1 | -1/+1 |
| * | | | | NR_CPUS: Replace NR_CPUS in arch/x86/kernel/genx2apic_uv_x.c | Mike Travis | 2008-07-20 | 1 | -2/+2 |
| * | | | | NR_CPUS: Replace NR_CPUS in arch/x86/kernel/cpu/proc.c | Mike Travis | 2008-07-20 | 1 | -1/+1 |