index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-21
powerpc/mpic: Fix mask/unmask timeout message
Scott Wood
1
-2
/
+4
2011-01-21
powerpc/pseries: Add BNX2=m to defconfig
Nishanth Aravamudan
1
-0
/
+1
2011-01-21
powerpc: Enable 64kB pages and 1024 threads in pseries config
Anton Blanchard
1
-1
/
+3
2011-01-21
powerpc: Disable mcount tracers in pseries defconfig
Anton Blanchard
1
-2
/
+0
2011-01-21
powerpc/boot/dts: Install dts from the right directory
Ben Hutchings
1
-1
/
+1
2011-01-21
powerpc: machine_check_generic is wrong on 64bit
Anton Blanchard
1
-23
/
+0
2011-01-21
powerpc: Check RTAS extended log flag before checking length
Anton Blanchard
1
-1
/
+1
2011-01-21
powerpc: Fix corruption when grabbing FWNMI data
Anton Blanchard
1
-14
/
+38
2011-01-21
powerpc: Rework pseries machine check handler
Anton Blanchard
1
-18
/
+30
2011-01-21
powerpc: Don't silently handle machine checks from userspace
Anton Blanchard
1
-5
/
+0
2011-01-21
powerpc: Remove duplicate debugger hook in machine_check_exception
Anton Blanchard
1
-2
/
+0
2011-01-21
powerpc: Never halt RTAS error logging after receiving an unrecoverable machi...
Anton Blanchard
1
-1
/
+1
2011-01-21
powerpc: Don't force MSR_RI in machine_check_exception
Anton Blanchard
1
-4
/
+1
2011-01-21
powerpc: Print 32 bits of DSISR in show_regs
Anton Blanchard
1
-1
/
+1
2011-01-21
powerpc/kdump: Disable ftrace during kexec
Anton Blanchard
1
-0
/
+7
2011-01-21
powerpc/kdump: Move crash_kexec_stop_spus to kdump crash handler
Anton Blanchard
3
-78
/
+72
2011-01-21
powerpc/kexec: Remove empty ppc_md.machine_kexec_prepare
Anton Blanchard
2
-22
/
+0
2011-01-21
powerpc/kexec: Don't initialise kexec hooks to default handlers
Anton Blanchard
2
-13
/
+0
2011-01-21
powerpc/kdump: Remove ppc_md.machine_crash_shutdown
Anton Blanchard
4
-12
/
+1
2011-01-21
powerpc/kexec: Remove ppc_md.machine_kexec
Anton Blanchard
2
-10
/
+1
2011-01-21
powerpc/kexec: Remove ppc_md.machine_kexec_cleanup
Anton Blanchard
2
-5
/
+0
2011-01-21
powerpc/kexec: Move all ppc_md kexec function pointers together
Anton Blanchard
1
-3
/
+2
2011-01-21
powerpc/cell: Use system_wq in cpufreq_spudemand
Tejun Heo
2
-22
/
+23
2011-01-21
powerpc/rtas_flash: Use simple_read_from_buffer
Akinobu Mita
1
-47
/
+6
2011-01-21
powerpc/spufs: Use simple_write_to_buffer
Akinobu Mita
1
-20
/
+7
2011-01-21
powerpc/ppc32/tracing: Add stack frame to calls of trace_hardirqs_on/off
Steven Rostedt
1
-0
/
+11
2011-01-21
powerpc/ppc64/tracing: Add stack frame to calls of trace_hardirqs_on/off
Steven Rostedt
1
-10
/
+30
2011-01-21
powerpc: Ensure the else case of feature sections will fit
Michael Ellerman
2
-12
/
+34
2011-01-21
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2011-01-21
Merge branch 'akpm'
Linus Torvalds
256
-269
/
+269
2011-01-21
kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT
David Rientjes
256
-269
/
+269
2011-01-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
Linus Torvalds
2
-1
/
+2
2011-01-21
Merge branch 'for-38-rc2' of git://codeaurora.org/quic/kernel/davidb/linux-msm
Linus Torvalds
1
-2
/
+2
2011-01-21
Merge remote branch 'kumar/next' into merge
Benjamin Herrenschmidt
9
-16
/
+58
2011-01-20
xen: fix non-ANSI function warning in irq.c
Randy Dunlap
1
-1
/
+1
2011-01-20
lockdep: Move early boot local IRQ enable/disable status to init/main.c
Tejun Heo
1
-1
/
+1
2011-01-20
x86: Update CPU cache attributes table descriptors
Dave Jones
1
-0
/
+3
2011-01-20
LGUEST_GUEST: fix unmet direct dependencies (VIRTUALIZATION && VIRTIO)
Randy Dunlap
1
-0
/
+1
2011-01-20
lguest: compile fixes
Rusty Russell
1
-1
/
+1
2011-01-20
lguest: Use this_cpu_ops
Christoph Lameter
1
-1
/
+1
2011-01-20
omap: DMA: clear interrupt status correctly
Adrian Hunter
1
-4
/
+3
2011-01-20
OMAP3: Devkit8000: Fix tps65930 pullup/pulldown configuration
Daniel Morsing
1
-2
/
+1
2011-01-20
arm: omap3: cm-t3517: minor comment fix
Igor Grinberg
1
-2
/
+2
2011-01-20
arm: omap3: cm-t3517: rtc fix
Igor Grinberg
1
-3
/
+22
2011-01-19
powerpc, perf: Fix frequency calculation for overflowing counters (FSL version)
Anton Blanchard
1
-0
/
+1
2011-01-19
omap1: Fix sched_clock implementation when both MPU timer and 32K timer are used
Tony Lindgren
3
-2
/
+61
2011-01-19
omap1: Fix booting for 15xx and 730 with omap1_defconfig
Tony Lindgren
7
-33
/
+47
2011-01-19
powerpc/83xx: fix build failures on dt compatible list.
Grant Likely
2
-4
/
+4
2011-01-19
x86: Unify "numa=" command line option handling
Jan Beulich
5
-20
/
+30
2011-01-19
Revert "x86: Make relocatable kernel work with new binutils"
Ingo Molnar
1
-9
/
+2
[prev]
[next]