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.13.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
2009-02-11
perf_counters: allow users to count user, kernel and/or hypervisor events
Paul Mackerras
2
-15
/
+84
2009-02-11
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
6
-13
/
+20
2009-02-10
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
12
-19
/
+34
2009-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
Linus Torvalds
17
-126
/
+74
2009-02-10
tracing, x86: fix fixup section to return to original code
Steven Rostedt
1
-3
/
+5
2009-02-10
i8327: fix outb() parameter order
Clemens Ladisch
1
-9
/
+8
2009-02-10
[ARM] Storage class should be before const qualifier
Tobias Klauser
1
-2
/
+2
2009-02-10
powerpc: Add missing sparsemem.h include
Michael Neuling
1
-0
/
+1
2009-02-10
powerpc/pci: mmap anonymous memory when legacy_mem doesn't exist
Benjamin Herrenschmidt
1
-2
/
+15
2009-02-10
powerpc/cell: Add missing #include for oprofile
Michael Neuling
1
-0
/
+1
2009-02-10
powerpc/ftrace: Fix math to calculate offset in TOC
Steven Rostedt
1
-2
/
+3
2009-02-10
powerpc: Don't emulate mr. instructions
Ananth N Mavinakayanahalli
1
-0
/
+2
2009-02-10
powerpc/fsl-booke: Fix mapping functions to use phys_addr_t
Kumar Gala
2
-4
/
+4
2009-02-10
x86: implement x86_32 stack protector
Tejun Heo
11
-16
/
+172
2009-02-10
x86: make lazy %gs optional on x86_32
Tejun Heo
11
-40
/
+158
2009-02-10
x86: add %gs accessors for x86_32
Tejun Heo
9
-45
/
+41
2009-02-10
x86: use asm .macro instead of cpp #define in entry_32.S
Tejun Heo
1
-142
/
+151
2009-02-10
x86: no stack protector for vdso
Tejun Heo
1
-1
/
+1
2009-02-10
stackprotector: update make rules
Tejun Heo
1
-7
/
+10
2009-02-10
x86: stackprotector.h misc update
Tejun Heo
1
-1
/
+6
2009-02-10
Merge branch 'x86/urgent' into core/percpu
Ingo Molnar
22
-112
/
+185
2009-02-10
Merge branch 'x86/uaccess' into core/percpu
Ingo Molnar
9
-425
/
+488
2009-02-10
x86: fix math_emu register frame access
Tejun Heo
7
-56
/
+55
2009-02-10
xen: expose enable_IO_APIC for 32-bit
Ian Campbell
1
-2
/
+0
2009-02-10
x86: unstatic ioapic entry funcs
Jeremy Fitzhardinge
2
-5
/
+11
2009-02-10
x86: add mp_find_ioapic_pin
Jeremy Fitzhardinge
2
-3
/
+14
2009-02-10
x86: unstatic mp_find_ioapic so it can be used elsewhere
Jeremy Fitzhardinge
2
-1
/
+2
2009-02-10
x86: make apic_* operations inline functions
Jeremy Fitzhardinge
1
-6
/
+29
2009-02-10
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...
Linus Torvalds
1
-6
/
+22
2009-02-09
FRV: in_interrupt() requires #inclusion of linux/hardirq.h not asm/hardirq.h now
David Howells
1
-1
/
+1
2009-02-09
x86: spinlocks: define dummy __raw_spin_is_contended
Kyle McMartin
3
-0
/
+3
2009-02-09
Merge commit 'v2.6.29-rc4' into core/percpu
Ingo Molnar
169
-1912
/
+2662
2009-02-09
x86: math_emu info cleanup
Tejun Heo
6
-64
/
+48
2009-02-09
x86: include correct %gs in a.out core dump
Tejun Heo
1
-3
/
+1
2009-02-09
x86, es7000: fix ACPI table mappings
Yinghai Lu
1
-1
/
+8
2009-02-09
acpi/x86: introduce __apci_map_table, v4
Yinghai Lu
2
-10
/
+11
2009-02-09
acpi: remove final __acpi_map_table mapping before setting acpi_gbl_permanent...
Jeremy Fitzhardinge
1
-3
/
+5
2009-02-09
x86: always explicitly map acpi memory
Jeremy Fitzhardinge
1
-3
/
+0
2009-02-09
x86: use early_ioremap in __acpi_map_table
Jeremy Fitzhardinge
4
-31
/
+7
2009-02-09
x86, vmi: put a missing paravirt_release_pmd in pgd_dtor
Alok Kataria
1
-0
/
+11
2009-02-09
perf_counters: account NMI interrupts
Mike Galbraith
1
-1
/
+1
2009-02-09
x86: find nr_irqs_gsi with mp_ioapic_routing
Yinghai Lu
3
-5
/
+44
2009-02-09
xen: use our own eventchannel->irq path
Jeremy Fitzhardinge
2
-22
/
+1
2009-02-09
Merge branch 'x86/paravirt' into x86/apic
Ingo Molnar
26
-1158
/
+1379
2009-02-09
x86: unify do_IRQ()
Jeremy Fitzhardinge
4
-61
/
+40
2009-02-09
x86: add handle_irq() to allow interrupt injection
Jeremy Fitzhardinge
3
-20
/
+38
2009-02-09
x86, pgtable.h: fix 2-level 32-bit build
Ingo Molnar
2
-4
/
+14
2009-02-09
x86, pgtable.h: macro-ify *_page() methods
Ingo Molnar
1
-12
/
+15
2009-02-09
x86: early_printk.c - fix pgtable.h unification fallout
Ingo Molnar
1
-0
/
+1
2009-02-09
Merge branch 'jsgf/x86/unify' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Ingo Molnar
10
-294
/
+280
[prev]
[next]