index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PATCH] prepare vfs_readdir() callers to returning filldir result
Al Viro
2008-10-23
2
-8
/
+4
*
[PATCH] don't pass bogus flags to LOOKUP_PARENT lookup in spufs
Al Viro
2008-10-23
1
-2
/
+2
*
misc: replace remaining __FUNCTION__ with __func__
Harvey Harrison
2008-10-20
3
-5
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6
Linus Torvalds
2008-10-20
133
-287
/
+12211
|
\
|
*
parisc: convert to generic compat_sys_ptrace
Helge Deller
2008-10-17
3
-258
/
+183
|
*
parisc: add rtc platform driver
Kyle McMartin
2008-10-10
2
-1
/
+21
|
*
parisc: initialize unwinder much earlier
James Bottomley
2008-10-10
3
-3
/
+5
|
*
parisc: add new syscalls
Kyle McMartin
2008-10-10
2
-2
/
+14
|
*
parisc: hijack jump to start_kernel
Kyle McMartin
2008-10-10
2
-2
/
+27
|
*
parisc: add pdc_coproc_cfg_unlocked and set_firmware_width_unlocked
Kyle McMartin
2008-10-10
2
-21
/
+46
|
*
parisc: move include/asm-parisc to arch/parisc/include/asm
Kyle McMartin
2008-10-10
123
-0
/
+11977
|
*
parisc: move pdc_result to real2.S
Kyle McMartin
2008-10-10
3
-2
/
+17
|
*
parisc: add arch/parisc/kernel/.gitignore
Kyle McMartin
2008-10-10
1
-0
/
+1
*
|
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...
Linus Torvalds
2008-10-20
6
-18
/
+174
|
\
\
|
*
|
powerpc/PCI: Add legacy PCI access via sysfs
Benjamin Herrenschmidt
2008-10-20
3
-1
/
+153
|
*
|
PCI: Add ability to mmap legacy_io on some platforms
Benjamin Herrenschmidt
2008-10-20
2
-11
/
+8
|
*
|
x86/PCI: irq and pci_ids patch for Intel Ibex Peak DeviceIDs
Seth Heasley
2008-10-20
1
-2
/
+9
|
*
|
x86/PCI: follow lspci device/vendor style
Bjorn Helgaas
2008-10-20
1
-4
/
+4
*
|
|
Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2008-10-20
9
-192
/
+197
|
\
\
\
|
*
|
|
ftrace: make ftrace_test_p6nop disassembler-friendly
Anders Kaseorg
2008-10-14
1
-2
/
+4
|
*
|
|
sputrace: use marker_synchronize_unregister()
Mathieu Desnoyers
2008-10-14
1
-0
/
+1
|
*
|
|
x86/ftrace: use uaccess in atomic context
Frédéric Weisbecker
2008-10-14
1
-2
/
+2
|
*
|
|
x86: suppress trivial sparse signedness warnings
Harvey Harrison
2008-10-14
1
-1
/
+1
|
*
|
|
mmiotrace: remove left-over marker cruft
Pekka Paalanen
2008-10-14
1
-64
/
+0
|
*
|
|
x86 mmiotrace: implement mmiotrace_printk()
Pekka Paalanen
2008-10-14
2
-1
/
+22
|
*
|
|
x86 mmiotrace: fix a rare memory leak
Pekka Paalanen
2008-10-14
1
-1
/
+3
|
*
|
|
ftrace: x86 use copy to and from user functions
Steven Rostedt
2008-10-14
1
-25
/
+13
|
*
|
|
ftrace: use only 5 byte nops for x86
Steven Rostedt
2008-10-14
1
-7
/
+61
|
*
|
|
ftrace: x86 mcount stub
Steven Rostedt
2008-10-14
3
-52
/
+2
|
*
|
|
ftrace: enable using mcount recording on x86
Steven Rostedt
2008-10-14
1
-0
/
+1
|
*
|
|
ftrace: mark lapic_wd_event() notrace
Ingo Molnar
2008-10-14
1
-4
/
+7
|
*
|
|
x86: fix mmiotrace 8-bit register decoding
Pekka Paalanen
2008-10-14
1
-37
/
+84
*
|
|
|
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2008-10-20
1
-0
/
+3
|
\
\
\
\
|
*
|
|
|
x86 ACPI: fix breakage of resume on 64-bit UP systems with SMP kernel
Rafael J. Wysocki
2008-10-17
1
-0
/
+3
*
|
|
|
|
Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2008-10-20
41
-5665
/
+2855
|
\
\
\
\
\
|
*
|
|
|
|
io_apic: make irq_mis_count available on 64-bit too
Ingo Molnar
2008-10-16
1
-2
/
+0
|
*
|
|
|
|
genirq: fix name space collisions of nr_irqs in arch/*
Thomas Gleixner
2008-10-16
4
-13
/
+13
|
*
|
|
|
|
x86: move ack_bad_irq() to irq.c
Thomas Gleixner
2008-10-16
3
-43
/
+23
|
*
|
|
|
|
x86: unify show_interrupts() and proc helpers
Thomas Gleixner
2008-10-16
4
-279
/
+167
|
*
|
|
|
|
x86: cleanup show_interrupts
Thomas Gleixner
2008-10-16
2
-159
/
+154
|
*
|
|
|
|
genirq: remove artifacts from sparseirq removal
Ingo Molnar
2008-10-16
5
-6
/
+1
|
*
|
|
|
|
genirq: revert dynarray
Thomas Gleixner
2008-10-16
8
-141
/
+78
|
*
|
|
|
|
genirq: remove irq_to_desc_alloc
Thomas Gleixner
2008-10-16
3
-7
/
+3
|
*
|
|
|
|
genirq: remove sparse irq code
Thomas Gleixner
2008-10-16
3
-142
/
+4
|
*
|
|
|
|
x86: remove sparse irq from Kconfig
Thomas Gleixner
2008-10-16
1
-11
/
+0
|
*
|
|
|
|
genirq: define nr_irqs for architectures with GENERIC_HARDIRQS=n
Thomas Gleixner
2008-10-16
3
-10
/
+0
|
*
|
|
|
|
x86: apic - unify APIC_DIVISOR
Cyrill Gorcunov
2008-10-16
1
-6
/
+2
|
*
|
|
|
|
x86: sparse_irq: fix typo in debug print out
Yinghai Lu
2008-10-16
1
-1
/
+1
|
*
|
|
|
|
x86: Add sysfs entries for UV v4
Russ Anderson
2008-10-16
2
-1
/
+73
|
*
|
|
|
|
x86: Add UV partition call v4
Russ Anderson
2008-10-16
2
-11
/
+47
[next]