Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
1968f5eed54ce47bde488fd9a450912e4a2d7138
/
arch
bbaa416
fanotify: sys_fanotify_mark declartion
by Eric Paris
· 15 years ago
11637e4
fanotify: fanotify_init syscall declaration
by Eric Paris
· 15 years ago
6b95ed3
perf, powerpc: Use perf_sample_data_init() for the FSL code
by Peter Zijlstra
· 14 years ago
1a041a2
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
ee13cbde
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq
by Linus Torvalds
· 14 years ago
863da95
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus
by Linus Torvalds
· 14 years ago
4afb93b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
by Linus Torvalds
· 14 years ago
3581ced
[CPUFREQ] powernow-k8: Limit Pstate transition latency check
by Borislav Petkov
· 14 years ago
179ee43
[CPUFREQ] Fix PCC driver error path
by Matthew Garrett
· 14 years ago
3847d22
[CPUFREQ] fix double freeing in error path of pcc-cpufreq
by Daniel J Blueman
· 14 years ago
47f8bcf
[CPUFREQ] pcc driver should check for pcch method before calling _OSC
by Matthew Garrett
· 14 years ago
f7512e7
serial: fix rs485 for atmel_serial on avr32
by Peter Huewe
· 14 years ago
8faf2e6
MIPS: Set io_map_base for several PCI bridges lacking it
by Ben Hutchings
· 14 years ago
0d5977d
MIPS: Alchemy: Define eth platform devices in the correct order
by Wolfgang Grandegger
· 14 years ago
7f13f65
MIPS: BCM63xx: Prevent second enet registration on BCM6338
by Florian Fainelli
· 14 years ago
f2a6827
MIPS: Quit using undefined behavior of ADDU in 64-bit atomic operations.
by David Daney
· 14 years ago
31c984a
MIPS: N32: Define getdents64.
by Ralf Baechle
· 14 years ago
98a0f86
MIPS: MTX-1: Fix PCI on the MeshCube and related boards
by Bruno Randolf
· 14 years ago
1ed8453
MIPS: Make init_vdso a subsys_initcall.
by David Daney
· 14 years ago
57d1501
MIPS: "Fix" useless 'init_vdso successfully' message.
by David Daney
· 14 years ago
28d7d21
MIPS: PowerTV: Move register setup to before reading registers.
by David VomLehn
· 14 years ago
6aa033d
Merge master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 14 years ago
20ba5ef
Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 14 years ago
dbbe464
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
by Linus Torvalds
· 14 years ago
2e65a20
Input: RX51 keymap - fix recent compile breakage
by Dmitry Torokhov
· 14 years ago
f9578fc
ARM: 6265/1: kirkwood: move qnap_tsx1x_register_flash() to .init.text
by Uwe Kleine-König
· 14 years ago
51aa87b
ARM: 6263/1: ns9xxx: fix FTBFS for zImage
by Uwe Kleine-König
· 14 years ago
73bcc76
ARM: 6262/1: arm/clps711x: fix debug macro compilation failure
by Jeremy Kerr
· 14 years ago
31e967d
ARM: 6261/1: arm/shark: fix debug macro compilation failure
by Jeremy Kerr
· 14 years ago
e6b8b3e
ARM: 6260/1: arm/plat-spear: fix debug macro compilation failure
by Jeremy Kerr
· 14 years ago
f63a79f
ARM: 6259/1: arm/ns9xxx: fix debug macro compilation failure
by Jeremy Kerr
· 14 years ago
9729c0c
ARM: 6258/1: arm/h720x: fix debug macro compilation failure
by Jeremy Kerr
· 14 years ago
0e1cf38
Merge branch 'bugzilla-16396' into release
by Len Brown
· 14 years ago
72ad5d7
ACPI / Sleep: Allow the NVS saving to be skipped during suspend to RAM
by Rafael J. Wysocki
· 14 years ago
ff48780
x86: Do not try to disable hpet if it hasn't been initialized before
by Stefano Stabellini
· 14 years ago
7a73c02
KVM: Use kmalloc() instead of vmalloc() for KVM_[GS]ET_MSR
by Avi Kivity
· 14 years ago
6aa0b9d
KVM: MMU: fix conflict access permissions in direct sp
by Xiao Guangrong
· 14 years ago
7ffb65f
Merge commit 'kumar/merge' into merge
by Benjamin Herrenschmidt
· 14 years ago
3fdfd99
powerpc: Fix erroneous lmb->memblock conversions
by Benjamin Herrenschmidt
· 14 years ago
4b8692c
powerpc/mm: Add some debug output when hash insertion fails
by Benjamin Herrenschmidt
· 14 years ago
171aa2c
powerpc/mm: Fix bugs in huge page hashing
by Benjamin Herrenschmidt
· 14 years ago
ca91e6c
powerpc/mm: Move around testing of _PAGE_PRESENT in hash code
by Benjamin Herrenschmidt
· 14 years ago
b1623e7
powerpc/mm: Handle hypervisor pte insert failure in __hash_page_huge
by Anton Blanchard
· 14 years ago
4a973f2
Merge branch 'bugzilla-15886' into release
by Len Brown
· 14 years ago
718be4a
ACPI: skip checking BM_STS if the BIOS doesn't ask for it
by Len Brown
· 14 years ago
27efd7e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 14 years ago
23dcab8
powerpc/kexec: Fix boundary case for book-e kexec memory limits
by Kumar Gala
· 14 years ago
64dd3b7
ARM: 6233/1: Delete a wrong redundant right parenthesis
by wanzongshun
· 14 years ago
a7029c8
ARM: 6230/1: fix nuc900 touchscreen clk definition bug
by wanzongshun
· 14 years ago
0327559
x86: auditsyscall: fix fastpath return value after reschedule
by Roland McGrath
· 14 years ago
95977d0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
by Linus Torvalds
· 14 years ago
a4ce96a
Fix up trivial spelling errors ('taht' -> 'that')
by Linus Torvalds
· 14 years ago
52d9014
Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6
by Russell King
· 14 years ago
3fea602
Input: twl40300-keypad - fix handling of "all ground" rows
by Dmitry Torokhov
· 14 years ago
9aebbdb
x86, numa: fix boot without RAM on node0 again
by Yinghai Lu
· 14 years ago
087b255
x86, i8259: Only register sysdev if we have a real 8259 PIC
by Adam Lackorzynski
· 14 years ago
7f8275d
mm: add context argument to shrinker callback
by Dave Chinner
· 14 years ago
d0c6f62
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
a9f7f2e
Merge branch 'x86/kprobes' of git://git.kernel.org/pub/scm/linux/kernel/git/frob/linux-2.6-roland
by Linus Torvalds
· 14 years ago
a197479
x86: kprobes: fix swapped segment registers in kretprobe
by Roland McGrath
· 14 years ago
f82c3d7
x86, pci, mrst: Add extra sanity check in walking the PCI extended cap chain
by Jacob Pan
· 14 years ago
fd19dce
x86: Fix x2apic preenabled system with kexec
by Yinghai Lu
· 14 years ago
58c84ed
PCI: fall back to original BIOS BAR addresses
by Bjorn Helgaas
· 14 years ago
08be979
x86: Force HPET readback_cmp for all ATI chipsets
by Thomas Gleixner
· 14 years ago
2f7989e
Merge master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 14 years ago
6f7dd68
Merge branch 'lmb-to-memblock' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 14 years ago
ea4c1a7
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 14 years ago
0ebe25f
ARM: 6226/1: fix kprobe bug in ldr instruction emulation
by Nicolas Pitre
· 14 years ago
95f72d1
lmb: rename to memblock
by Yinghai Lu
· 14 years ago
bcefc8d
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
177dd7e
Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 14 years ago
7fad698
[ARM] pxa/colibri-pxa300: fix AC97 init
by pieterg
· 14 years ago
5e16e3c
[ARM] pxa: fix incorrect order of AC97 reset pin configs
by Eric Miao
· 14 years ago
3d3d0fb
[ARM] pxa: cpufreq-pxa2xx: fix DRI recomputation routine
by Marek Vasut
· 14 years ago
76d61e4
[ARM] pxa/corgi: fix MMC/SD card detection failure
by Eric Miao
· 14 years ago
c2330e2
Merge branch 'arm/defconfig/reduced-v2.6.35-rc1' of git://git.pengutronix.de/git/ukl/linux-2.6
by Linus Torvalds
· 14 years ago
d849537
ARM: Update mach-types
by Russell King
· 14 years ago
9154635
KVM: MMU: flush remote tlbs when overwriting spte with different pfn
by Xiao Guangrong
· 14 years ago
77154a2
powerpc/fsl-booke: Fix address issue when using relocatable kernels
by Matthew McClintock
· 14 years ago
af71bcf
powerpc/cpm1: Mark micropatch code/data static and __init
by Anton Vorontsov
· 14 years ago
2069a6a
powerpc/cpm1: Fix build with various CONFIG_*_UCODE_PATCH combinations
by Anton Vorontsov
· 14 years ago
56825c8
powerpc/cpm: Reintroduce global spi_pram struct (fixes build issue)
by Anton Vorontsov
· 14 years ago
ac78884
ARM: lockdep: fix unannotated irqs-on
by Russell King
· 14 years ago
d9e3804
ARM: 6184/2: ux500: use neutral PRCMU base
by Linus Walleij
· 14 years ago
398aa66
ARM: 6212/1: atomic ops: add memory constraints to inline asm
by Will Deacon
· 14 years ago
068de8d
ARM: 6211/1: atomic ops: fix register constraints for atomic64_add_unless
by Will Deacon
· 14 years ago
4082cfa
ARM: 6210/1: Do not rely on reset defaults of L2X0_AUX_CTRL
by Sascha Hauer
· 14 years ago
31016e9
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 14 years ago
6741502
Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung
by Linus Torvalds
· 14 years ago
bf23690
powerpc: Fix userspace build of ptrace.h
by Sam Ravnborg
· 15 years ago
c2be054
powerpc: Fix default_machine_crash_shutdown #ifdef botch
by Paul E. McKenney
· 14 years ago
3cd8519
powerpc: Fix logic error in fixup_irqs
by Johannes Berg
· 14 years ago
d3005fb
powerpc/iseries: Fix possible null pointer dereference in iSeries_pcibios_fixup_resources
by Denis Kirjanov
· 14 years ago
33ad5e4
powerpc: Linux cannot run with 0 cores
by Anton Blanchard
· 14 years ago
3880ecb
powerpc: Fix feature-fixup tests for gcc 4.5
by Stephen Rothwell
· 14 years ago
9ce9168
powerpc: Disable SPARSE_IRQ by default
by Yang Li
· 14 years ago
5afd878
powerpc: Fix compile errors in prom_init_check for gcc 4.5
by Stephen Rothwell
· 14 years ago
7fca5dc
powerpc: Fix module building for gcc 4.5 and 64 bit
by Stephen Rothwell
· 14 years ago
219a92a
powerpc/perf_event: Fix for power_pmu_disable()
by Matt Evans
· 14 years ago
6d2cce6
x86, mrst: Add i8042_detect API for Moorestwon platform
by Feng Tang
· 14 years ago
Next »