index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-14
xen/mmu: WARN_ON when racing to swap middle leaf.
Konrad Rzeszutek Wilk
1
-1
/
+2
2011-03-14
xen/mmu: Set _PAGE_IOMAP if PFN is an identity PFN.
Konrad Rzeszutek Wilk
1
-2
/
+16
2011-03-14
xen/mmu: Add the notion of identity (1-1) mapping.
Konrad Rzeszutek Wilk
2
-4
/
+240
2011-03-14
MN10300: atomic_read() should ensure it emits a load
David Howells
1
-1
/
+1
2011-03-14
MN10300: The SMP_ICACHE_INV_FLUSH_RANGE IPI command does not exist
David Howells
1
-2
/
+2
2011-03-14
MN10300: Proper use of macros get_user() in the case of incremented pointers
Tkhai Kirill
1
-2
/
+3
2011-03-14
x86: ce4100: Set pci ops via callback instead of module init
Sebastian Andrzej Siewior
3
-3
/
+12
2011-03-14
clean statfs-like syscalls up
Al Viro
2
-71
/
+30
2011-03-14
open-style analog of vfs_path_lookup()
Al Viro
1
-19
/
+2
2011-03-14
kill path_lookup()
Al Viro
1
-1
/
+1
2011-03-12
x86, binutils, xen: Fix another wrong size directive
Alexander van Heukelum
1
-1
/
+1
2011-03-11
xen/e820: Don't mark balloon memory as E820_UNUSABLE when running as guest an...
Konrad Rzeszutek Wilk
1
-1
/
+2
2011-03-11
futex: Sanitize futex ops argument types
Michel Lespinasse
19
-106
/
+112
2011-03-11
futex: Sanitize cmpxchg_futex_value_locked API
Michel Lespinasse
18
-101
/
+127
2011-03-11
futex: Remove redundant pagefault_disable in futex_atomic_cmpxchg_inatomic()
Michel Lespinasse
1
-3
/
+2
2011-03-10
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
4
-9
/
+10
2011-03-10
xen: events: remove dom0 specific xen_create_msi_irq
Ian Campbell
1
-5
/
+40
2011-03-10
xen: events: use xen_bind_pirq_msi_to_irq from xen_create_msi_irq
Ian Campbell
1
-2
/
+2
2011-03-10
xen: events: push set_irq_msi down into xen_create_msi_irq
Ian Campbell
1
-9
/
+1
2011-03-10
xen: events: separate MSI PIRQ allocation from PIRQ binding to IRQ
Ian Campbell
1
-42
/
+26
2011-03-10
xen: pci: collapse apic_register_gsi_xen_hvm and xen_hvm_register_pirq
Ian Campbell
1
-8
/
+3
2011-03-10
xen: events: return irq from xen_allocate_pirq_msi
Ian Campbell
1
-6
/
+6
2011-03-10
xen: events: drop XEN_ALLOC_IRQ flag to xen_allocate_pirq_msi
Ian Campbell
1
-3
/
+3
2011-03-10
xen: pci: only define xen_initdom_setup_msi_irqs if CONFIG_XEN_DOM0
Ian Campbell
1
-0
/
+2
2011-03-10
Merge branch 'stable/pcifront-fixes' into stable/irq.cleanup
Konrad Rzeszutek Wilk
2
-9
/
+12
2011-03-10
Merge branch 'stable/irq.rework' into stable/irq.cleanup
Konrad Rzeszutek Wilk
2
-9
/
+17
2011-03-10
ftrace/graph: Trace function entry before updating index
Steven Rostedt
1
-7
/
+8
2011-03-10
tracing: Fix event alignment: kvm:kvm_hv_hypercall
David Sharp
1
-4
/
+4
2011-03-10
x86/mm: Fix pgd_lock deadlock
Andrea Arcangeli
5
-30
/
+22
2011-03-10
x86/mm: Handle mm_fault_error() in kernel space
Andrey Vagin
1
-0
/
+7
2011-03-09
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
5
-18
/
+22
2011-03-10
powerpc/pseries: Disable VPNH feature
Benjamin Herrenschmidt
1
-1
/
+2
2011-03-10
powerpc/iseries: Fix early init access to lppaca
Benjamin Herrenschmidt
4
-17
/
+20
2011-03-09
alpha: fix compile error from IRQ clean up
Matt Turner
1
-0
/
+1
2011-03-09
[CPUFREQ] pcc-cpufreq: don't load driver if get_freq fails during init.
Naga Chumbalkar
1
-1
/
+1
2011-03-09
x86: Don't check for BIOS corruption in first 64K when there's no need to
Naga Chumbalkar
1
-4
/
+4
2011-03-09
x86, UV: Initialize the broadcast assist unit base destination node id properly
Cliff Wickman
2
-3
/
+3
2011-03-09
x86: Remove dead config option X86_CPU
Jan Beulich
3
-5
/
+4
2011-03-09
Merge commit 'v2.6.38-rc8' into x86/asm
Ingo Molnar
166
-988
/
+1357
2011-03-08
kprobes: Disabling optimized kprobes for entry text section
Jiri Olsa
1
-0
/
+8
2011-03-08
x86: Separate out entry text section
Jiri Olsa
4
-4
/
+11
2011-03-08
Merge commit 'v2.6.38-rc8' into perf/core
Ingo Molnar
81
-358
/
+504
2011-03-07
Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
10
-30
/
+41
2011-03-07
Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
12
-22
/
+56
2011-03-07
Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-22
/
+21
2011-03-05
x86: Really print supported CPUs if PROCESSOR_SELECT=y
Jan Beulich
1
-2
/
+2
2011-03-05
perf: Avoid the percore allocations if the CPU is not HT capable
Lin Ming
3
-6
/
+23
2011-03-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...
Linus Torvalds
2
-4
/
+14
2011-03-04
Merge branch 'rmobile-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
6
-15
/
+27
2011-03-04
Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-6
/
+22
[prev]
[next]