Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8c6d21528406ec719aaea9d589876fd105c31646
/
arch
86ead9c
s390: Put allocated ELF notes in read-only data segment
by Roland McGrath
· 17 years ago
8fb775e
powerpc: Put allocated ELF notes in read-only data segment
by Roland McGrath
· 17 years ago
caf45dd
alpha: Put allocated ELF notes in read-only data segment
by Roland McGrath
· 17 years ago
2e1d5b8
x86_64: Put allocated ELF notes in read-only data segment
by Roland McGrath
· 17 years ago
cbe8712
i386: Put allocated ELF notes in read-only data segment
by Roland McGrath
· 17 years ago
b6a2fea
mm: variable length argument support
by Ollie Wild
· 17 years ago
f34e3b6
use the new percpu interface for shared data
by Fenghua Yu
· 17 years ago
5fb7dc3
define new percpu interface for shared data
by Fenghua Yu
· 17 years ago
3d7e338
jprobes: make jprobes a little safer for users
by Michael Ellerman
· 17 years ago
68fc4fa
unregister_chrdev(): ignore the return value
by Akinobu Mita
· 17 years ago
77afcf7
PM: Integrate beeping flag with existing acpi_sleep flags
by Pavel Machek
· 17 years ago
5a60d62
PM: Optional beeping during resume from suspend to RAM
by Nigel Cunningham
· 17 years ago
83c5407
mm: fault feedback #2
by Nick Piggin
· 17 years ago
7132ab7
Fix RGMII-ID handling in gianfar
by Andy Fleming
· 17 years ago
cc65185
Add phy-connection-type to gianfar nodes
by Andy Fleming
· 17 years ago
5bae7ac
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6
by Linus Torvalds
· 17 years ago
97405fe
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup
by Linus Torvalds
· 17 years ago
a10d9a7
i386: fixup TRACE_IRQ breakage
by Peter Zijlstra
· 17 years ago
29eb511
Handle bogus %cs selector in single-step instruction decoding
by Roland McGrath
· 17 years ago
587ca76
[AVR32] Initialize phy_mask for both macb devices
by Haavard Skinnemoen
· 17 years ago
f3e2698
[AVR32] Correct misspelled CONFIG_BLK_DEV_INITRD variable.
by Robert P. J. Day
· 17 years ago
aa15f63
[AVR32] Fix build error in parse_tag_rdimg()
by Haavard Skinnemoen
· 17 years ago
d4003ba
[AVR32] Don't wire up macb0 unless SW6 is in default position
by Kristoffer Nyborg Gregertsen
· 17 years ago
95a4226
[AVR32] Wire up SSC platform device 0 as TX on ATSTK1000 board
by Hans-Christian Egtvedt
· 17 years ago
9cf6cf5
[AVR32] Add Atmel SSC driver platform device to AT32AP architecture
by Hans-Christian Egtvedt
· 17 years ago
a8e93ed
[AVR32] Make STK1000 mux settings configurable
by David Brownell
· 17 years ago
9e58e18
[AVR32] CPU frequency scaling for AT32AP
by Hans-Christian Egtvedt
· 17 years ago
7a5b805
[AVR32] Split SM device into PM, RTC, WDT and EIC
by Haavard Skinnemoen
· 17 years ago
3fbc541
[PATCH] x86: do not recompile boot for each build
by Sam Ravnborg
· 17 years ago
8c027ae
[x86 setup] Save/restore DS around invocations of INT 10h
by H. Peter Anvin
· 17 years ago
7ad37df
[x86 setup] VGA: Clear the Protect bit before setting the vertical height
by H. Peter Anvin
· 17 years ago
5593eaa
[x86 setup] Fix assembly constraints
by H. Peter Anvin
· 17 years ago
9aa3909
[x86 setup] build/tools.c: fix comment
by H. Peter Anvin
· 17 years ago
d756d10
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 17 years ago
31bdc5d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
by Linus Torvalds
· 17 years ago
5cc97bf
Merge branch 'xen-upstream' of ssh://master.kernel.org/pub/scm/linux/kernel/git/jeremy/xen
by Linus Torvalds
· 17 years ago
826ea8f
Revert "[POWERPC] Do firmware feature fixups after features are initialised"
by Tony Breeds
· 17 years ago
4f3731d
Fix compile failure in arch/powerpc/kernel/pci-common.c
by Tony Breeds
· 17 years ago
dfdcdd4
xen: disable all non-virtual drivers
by Jeremy Fitzhardinge
· 17 years ago
9ec2b80
xen: use iret directly when possible
by Jeremy Fitzhardinge
· 17 years ago
600b2fc
xen: suppress abs symbol warnings for unused reloc pointers
by Jeremy Fitzhardinge
· 17 years ago
6487673
xen: Attempt to patch inline versions of common operations
by Jeremy Fitzhardinge
· 17 years ago
60223a3
xen: Place vcpu_info structure into per-cpu memory
by Jeremy Fitzhardinge
· 17 years ago
3e2b8fb
xen: handle external requests for shutdown, reboot and sysrq
by Jeremy Fitzhardinge
· 17 years ago
fefa629
xen: machine operations
by Jeremy Fitzhardinge
· 17 years ago
b536b4b
xen: use the hvc console infrastructure for Xen console
by Jeremy Fitzhardinge
· 17 years ago
8b84ad9
xen: hack to prevent bad segment register reload
by Jeremy Fitzhardinge
· 17 years ago
d66bf8f
xen: lazy-mmu operations
by Jeremy Fitzhardinge
· 17 years ago
f120f13
xen: Add support for preemption
by Jeremy Fitzhardinge
· 17 years ago
f87e4ca
xen: SMP guest support
by Jeremy Fitzhardinge
· 17 years ago
ab55028
xen: Implement sched_clock
by Jeremy Fitzhardinge
· 17 years ago
f91a8b4
xen: Account for stolen time
by Jeremy Fitzhardinge
· 17 years ago
9a4029f
xen: ignore RW mapping of RO pages in pagetable_init
by Jeremy Fitzhardinge
· 17 years ago
f4f97b3
xen: Complete pagetable pinning
by Jeremy Fitzhardinge
· 17 years ago
e738fca8
xen: configuration
by Jeremy Fitzhardinge
· 17 years ago
15c8473
xen: time implementation
by Jeremy Fitzhardinge
· 17 years ago
e46cdb6
xen: event channels
by Jeremy Fitzhardinge
· 17 years ago
3b827c1
xen: virtual mmu
by Jeremy Fitzhardinge
· 17 years ago
5ead97c
xen: Core Xen implementation
by Jeremy Fitzhardinge
· 17 years ago
24037a8
Add nosegneg capability to the vsyscall page notes
by Jeremy Fitzhardinge
· 17 years ago
688340e
Add a sched_clock paravirt_op
by Jeremy Fitzhardinge
· 17 years ago
d572929
paravirt: helper to disable all IO space
by Jeremy Fitzhardinge
· 17 years ago
bdef40a
paravirt: export __supported_pte_mask
by Jeremy Fitzhardinge
· 17 years ago
c70df74
paravirt: make siblingmap functions visible
by Jeremy Fitzhardinge
· 17 years ago
724faa8
paravirt: unstatic smp_store_cpu_info
by Jeremy Fitzhardinge
· 17 years ago
5378701
paravirt: unstatic leave_mm
by Jeremy Fitzhardinge
· 17 years ago
6996d3b
paravirt: add a hook for once the allocator is ready
by Jeremy Fitzhardinge
· 17 years ago
fdb4c33
paravirt: add an "mm" argument to alloc_pt
by Jeremy Fitzhardinge
· 17 years ago
810bab4
use elfnote.h to generate vsyscall notes.
by Jeremy Fitzhardinge
· 17 years ago
86313c4
usermodehelper: Tidy up waiting
by Jeremy Fitzhardinge
· 17 years ago
b187f18
serial: add early_serial_setup() back to header file
by Yinghai Lu
· 17 years ago
a5f8967
[SPARC64]: Set vio->desc_buf to NULL after freeing.
by David S. Miller
· 17 years ago
0785b9d
[SPARC]: Mark sparc and sparc64 as not having virt_to_bus
by Stephen Rothwell
· 17 years ago
a4cd184
[SPARC64]: Handle reset events in vio_link_state_change().
by David S. Miller
· 17 years ago
8a2950c
[SPARC64]: Handle LDC resets properly in domain-services driver.
by David S. Miller
· 17 years ago
6160f63
[SPARC64]: Massively simplify VIO device layer and support hot add/remove.
by David S. Miller
· 17 years ago
920c3ed
[SPARC64]: Add basic infrastructure for MD add/remove notification.
by David S. Miller
· 17 years ago
97ac735
sys_fallocate() implementation on i386, x86_64 and powerpc
by Amit Arora
· 17 years ago
fd2f261
Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
by Linus Torvalds
· 17 years ago
e779220
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
by Linus Torvalds
· 17 years ago
62715ec
[SPARC64]: Kill bogus set_fs(KERNEL_DS) in do_rt_sigreturn().
by Oleg Nesterov
· 17 years ago
8e1c091
arch/i386/* fs/* ipc/*: mark variables with uninitialized_var()
by Jeff Garzik
· 17 years ago
c1e49e3
[SPARC64]: Update defconfig.
by David S. Miller
· 17 years ago
4112055
[SPARC64]: Kill explicit %gl register reference.
by David S. Miller
· 17 years ago
49c13b5
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm
by Linus Torvalds
· 17 years ago
492559a
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
by Linus Torvalds
· 17 years ago
547c178
missing exports of csum_...
by Al Viro
· 17 years ago
6d0fd9c
um_kmalloc() remnants
by Al Viro
· 17 years ago
7155c9f
sparc32 has working dma-mapping only with CONFIG_PCI
by Al Viro
· 17 years ago
cc040a8
alpha __init fixes
by Al Viro
· 17 years ago
bce9451
Cell: Draw SPE helper penguin logos
by Geert Uytterhoeven
· 17 years ago
623e71b
fbcon: allow fbcon to use the primary display driver
by Antonino A. Daplas
· 17 years ago
317b3c2
fbdev: detect primary display device
by Antonino A. Daplas
· 17 years ago
b5b9068
csb337 supports "new style" rtc-ds1307
by David Brownell
· 17 years ago
c00593f
Thecus N2100: register rtc-rs5c372 i2c device
by Martin Michlmayr
· 17 years ago
ae918c0
SPI master driver for Xilinx virtex
by Andrei Konovalov
· 17 years ago
567f3e4
x86_64: speedup touch_nmi_watchdog
by Andrew Morton
· 17 years ago
f289025
i386: speedup touch_nmi_watchdog
by Andrew Morton
· 17 years ago
1c978b9
Inhibit NMI watchdog when Alt-SysRq-T operation is underway
by Konrad Rzeszutek
· 17 years ago
87a7def
Kprobes on select architectures no longer EXPERIMENTAL
by Ananth N Mavinakayanahalli
· 17 years ago
Next »