| Commit message (Expand) | Author | Age | Files | Lines |
* | vfs: Implement proper O_SYNC semantics | Christoph Hellwig | 2009-12-10 | 1 | -2/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-12-09 | 1 | -2/+2 |
|\ |
|
| * | Merge branch 'for-next' into for-linus | Jiri Kosina | 2009-12-07 | 1 | -2/+2 |
| |\ |
|
| | * | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 | 1 | -2/+2 |
* | | | Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-12-08 | 2 | -31/+2 |
|\ \ \ |
|
| * | | | x86: pat: Remove ioremap_default() | Xiaotian Feng | 2009-11-10 | 1 | -25/+1 |
| * | | | x86: pat: Clean up req_type special case for reserve_memtype() | Xiaotian Feng | 2009-11-10 | 1 | -6/+1 |
| | |/
| |/| |
|
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2009-12-08 | 11 | -145/+387 |
|\ \ \
| |_|/
|/| | |
|
| * | | x86/pat: Trivial: don't create debugfs for memtype if pat is disabled | Xiaotian Feng | 2009-11-26 | 1 | -2/+4 |
| * | | x86: Move find_smp_config() earlier and avoid bootmem usage | Yinghai Lu | 2009-11-24 | 1 | -12/+0 |
| * | | x86, platform: Change is_untracked_pat_range() to bool; cleanup init | H. Peter Anvin | 2009-11-23 | 1 | -5/+0 |
| * | | x86, mm: is_untracked_pat_range() takes a normal semiclosed range | H. Peter Anvin | 2009-11-23 | 1 | -3/+3 |
| * | | x86: UV SGI: Don't track GRU space in PAT | Jack Steiner | 2009-11-23 | 1 | -3/+9 |
| * | | x86, numa: Use near(er) online node instead of roundrobin for NUMA | Yinghai Lu | 2009-11-23 | 1 | -1/+20 |
| * | | x86, numa, bootmem: Only free bootmem on NUMA failure path | Yinghai Lu | 2009-11-23 | 1 | -2/+8 |
| * | | x86: Eliminate redundant/contradicting cache line size config options | Jan Beulich | 2009-11-19 | 1 | -1/+2 |
| * | | x86, mm: Report state of NX protections during boot | Kees Cook | 2009-11-16 | 2 | -4/+22 |
| * | | x86, mm: Clean up and simplify NX enablement | H. Peter Anvin | 2009-11-16 | 2 | -39/+8 |
| * | | x86, pageattr: Make set_memory_(x|nx) aware of NX support | H. Peter Anvin | 2009-11-16 | 1 | -0/+6 |
| * | | x86_64, cpa: Use only text section in set_kernel_text_rw/ro | Suresh Siddha | 2009-11-02 | 1 | -2/+10 |
| * | | x86_64, ftrace: Make ftrace use kernel identity mapping to modify code | Suresh Siddha | 2009-11-02 | 1 | -2/+1 |
| * | | x86, cpa: Fix kernel text RO checks in static_protection() | Suresh Siddha | 2009-11-02 | 3 | -6/+8 |
| * | | tracing: allow to change permissions for text with dynamic ftrace enabled | Steven Rostedt | 2009-10-27 | 1 | -1/+2 |
| * | | x86: Remove pfn in add_one_highpage_init() | Minchan Kim | 2009-10-23 | 1 | -2/+2 |
| * | | x86-64: align RODATA kernel section to 2MB with CONFIG_DEBUG_RODATA | Suresh Siddha | 2009-10-20 | 2 | -1/+27 |
| * | | x86-64: preserve large page mapping for 1st 2MB kernel txt with CONFIG_DEBUG_... | Suresh Siddha | 2009-10-20 | 1 | -3/+3 |
| * | | x86: Interleave emulated nodes over physical nodes | David Rientjes | 2009-10-12 | 2 | -28/+184 |
| * | | x86: Export srat physical topology | David Rientjes | 2009-10-12 | 2 | -9/+23 |
| * | | x86: Export k8 physical topology | David Rientjes | 2009-10-12 | 5 | -21/+48 |
| * | | x86: Clean up and add missing log levels for k8 | David Rientjes | 2009-10-12 | 1 | -20/+19 |
| |/ |
|
* | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-12-05 | 1 | -1/+1 |
|\ \ |
|
| * | | x86: Suppress stack overrun message for init_task | Jan Beulich | 2009-11-23 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-12-05 | 1 | -31/+0 |
|\ \ |
|
| * | | x86, 64-bit: Move K8 B step iret fixup to fault entry asm | Brian Gerst | 2009-10-12 | 1 | -31/+0 |
* | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2009-12-05 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | x86: apic: Print out SRAT table APIC id in hex | Yinghai Lu | 2009-11-23 | 1 | -2/+2 |
| | |/
| |/| |
|
* | | | Merge branch 'tracing/hw-breakpoints' into perf/core | Ingo Molnar | 2009-11-21 | 1 | -1/+7 |
|\ \ \ |
|
| * \ \ | Merge commit 'perf/core' into perf/hw-breakpoint | Frederic Weisbecker | 2009-10-18 | 15 | -249/+437 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'linus' into tracing/hw-breakpoints | Ingo Molnar | 2009-09-15 | 9 | -106/+126 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'tracing/core' into tracing/hw-breakpoints | Ingo Molnar | 2009-09-07 | 10 | -85/+171 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'linus' into tracing/hw-breakpoints | Ingo Molnar | 2009-06-17 | 26 | -316/+1466 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | hw-breakpoints: reset bits in dr6 after the corresponding exception is handled | K.Prasad | 2009-06-02 | 1 | -1/+7 |
* | | | | | | | | Merge branch 'perf/core' into perf/probes | Ingo Molnar | 2009-11-17 | 1 | -13/+11 |
|\ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | Merge commit 'v2.6.32-rc7' into perf/core | Ingo Molnar | 2009-11-15 | 1 | -13/+11 |
| |\ \ \ \ \ \ \ \
| | |_|_|_|_|/ / /
| |/| | | | | | | |
|
| | * | | | | | | | x86: Fix error return sequence in __ioremap_caller() | Xiaotian Feng | 2009-11-08 | 1 | -13/+11 |
| | | |_|_|_|/ /
| | |/| | | | | |
|
* | | | | | | | | Merge branch 'perf/core' into perf/probes | Ingo Molnar | 2009-10-23 | 1 | -15/+14 |
|\ \ \ \ \ \ \ \
| |/ / / / / / / |
|
| * | | | | | | | testmmiotrace.c: Add and use pr_fmt(fmt) | Joe Perches | 2009-10-12 | 1 | -15/+14 |
| |/ / / / / / |
|
* | | | | | | | Merge commit 'v2.6.32-rc5' into perf/probes | Ingo Molnar | 2009-10-17 | 7 | -77/+100 |
|\ \ \ \ \ \ \
| |/ / / / / / |
|
| * | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-09-26 | 4 | -66/+76 |
| |\ \ \ \ \ \
| | | |_|_|_|/
| | |/| | | | |
|
| | * | | | | | Merge branch 'linus' into x86/urgent | Ingo Molnar | 2009-09-24 | 4 | -25/+10 |
| | |\ \ \ \ \ |
|