Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
539f5113650068ba221197f190267ab727296ef5
539f511
x86/asm/entry/64: Disentangle error_entry/exit gsbase/ebx/usermode code
by Andy Lutomirski
· 9 years ago
a92fde2
x86/asm/entry/32: Shorten __audit_syscall_entry() args preparation
by Denys Vlasenko
· 9 years ago
1536bb4
x86/asm/entry/32: Explain reloading of registers after __audit_syscall_entry()
by Denys Vlasenko
· 9 years ago
aee4b01
x86/asm/entry/32: Fix fallout from the R9 trick removal in the SYSCALL code
by Denys Vlasenko
· 9 years ago
9b47feb
x86/asm/entry: Clean up entry*.S style, final bits
by Denys Vlasenko
· 9 years ago
bace711
x86/asm/entry: (Re-)rename __NR_entry_INT80_compat_max to __NR_syscall_compat_max
by Ingo Molnar
· 9 years ago
eb47854
x86/asm/entry/32: Reinstate clearing of pt_regs->r8..r11 on EFAULT path
by Denys Vlasenko
· 9 years ago
4d73213
x86/asm/entry/64: Clean up entry_64.S
by Ingo Molnar
· 9 years ago
9dda165
Merge branch 'x86/asm' into x86/core, to prepare for new patch
by Ingo Molnar
· 9 years ago
a49976d
x86/asm/entry/32: Clean up entry_32.S
by Ingo Molnar
· 9 years ago
b2502b4
x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64 and entry_INT80_32
by Ingo Molnar
· 9 years ago
4c8cd0c
x86/asm/entry: Untangle 'ia32_sysenter_target' into two entry points: entry_SYSENTER_32 and entry_SYSENTER_compat
by Ingo Molnar
· 9 years ago
2cd2355
x86/asm/entry: Rename compat syscall entry points
by Ingo Molnar
· 9 years ago
b72e746
x86/uapi: Do not export <asm/msr-index.h> as part of the user API headers
by Borislav Petkov
· 9 years ago
c2f9b0a
Merge branch 'x86/ras' into x86/core, to fix conflicts
by Ingo Molnar
· 9 years ago
c8e56d2
x86: Kill CONFIG_X86_HT
by Borislav Petkov
· 9 years ago
243d657
x86/mce: Handle Local MCE events
by Ashok Raj
· 9 years ago
88d5386
x86/mce: Add infrastructure to support Local MCE
by Ashok Raj
· 9 years ago
bc12edb
x86/mce: Add Local MCE definitions
by Ashok Raj
· 9 years ago
138bd56
x86/asm/entry/64/compat: Rename ia32entry.S -> entry_64_compat.S
by Ingo Molnar
· 9 years ago
7a5a982
x86/asm/entry/32: Remove unnecessary optimization in stub32_clone
by Denys Vlasenko
· 9 years ago
5cdc683
x86/asm/entry/32: Explain the stub32_clone logic
by Denys Vlasenko
· 9 years ago
54ad726
x86/asm/entry/32: Improve code readability
by Ingo Molnar
· 9 years ago
53e9acc
x86/asm/entry/32: Do not use R9 in SYSCALL32 entry point
by Denys Vlasenko
· 9 years ago
73cbf68
x86/asm/entry/32: Open-code LOAD_ARGS32
by Denys Vlasenko
· 9 years ago
ef0cd5d
x86/asm/entry/32: Open-code CLEAR_RREGS
by Denys Vlasenko
· 9 years ago
61b1e3e
x86/asm/entry/32: Simplify the zeroing of pt_regs->r8..r11 in the int80 code path
by Denys Vlasenko
· 9 years ago
5ca6f70
x86/asm/entry/64: Remove pointless jump to irq_return
by Andy Lutomirski
· 9 years ago
cf991de
x86/asm/msr: Make wrmsrl_safe() a function
by Andy Lutomirski
· 9 years ago
00398a0
x86/asm/entry: Move the vsyscall code to arch/x86/entry/vsyscall/
by Ingo Molnar
· 9 years ago
1f57d5d
x86/asm/entry: Move the arch/x86/syscalls/ definitions to arch/x86/entry/syscalls/
by Ingo Molnar
· 9 years ago
d36f947
x86/asm/entry: Move arch/x86/include/asm/calling.h to arch/x86/entry/
by Ingo Molnar
· 9 years ago
e6b93f4
x86/asm/entry: Move the 'thunk' functions to arch/x86/entry/
by Ingo Molnar
· 9 years ago
d603c8e
x86/asm/entry, x86/vdso: Move the vDSO code to arch/x86/entry/vdso/
by Ingo Molnar
· 9 years ago
19a433f
x86/asm/entry: Move the compat syscall entry code to arch/x86/entry/
by Ingo Molnar
· 9 years ago
905a36a
x86/asm/entry: Move entry_64.S and entry_32.S to arch/x86/entry/
by Ingo Molnar
· 9 years ago
6471b82
x86/kconfig: Reorganize arch feature Kconfig select's
by Ingo Molnar
· 9 years ago
71966f3
Merge branch 'locking/core' into x86/core, to prepare for dependent patch
by Ingo Molnar
· 9 years ago
92ae183
lockdep: Do not break user-visible string
by Borislav Petkov
· 9 years ago
34e7724
Merge branches 'x86/mm', 'x86/build', 'x86/apic' and 'x86/platform' into x86/core, to apply dependent patch
by Ingo Molnar
· 9 years ago
2f63b9d
x86/asm/entry/64: Fold identical code paths
by Jan Beulich
· 9 years ago
2bf557e
x86/asm/entry/64: Use negative immediates for stack adjustments
by Jan Beulich
· 9 years ago
131484c
x86/debug: Remove perpetually broken, unmaintainable dwarf annotations
by Ingo Molnar
· 9 years ago
c46a024
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 9 years ago
2459c60
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
by Linus Torvalds
· 9 years ago
fec345b
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
by Linus Torvalds
· 9 years ago
e453581
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 9 years ago
cd842a6
Merge tag 'wireless-drivers-for-davem-2015-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers
by David S. Miller
· 9 years ago
ccd740c
vti6: Add pmtu handling to vti6_xmit.
by Steffen Klassert
· 9 years ago
18ec898
Revert "net: core: 'ethtool' issue with querying phy settings"
by David S. Miller
· 9 years ago
c6e36d8
bnx2x: Move statistics implementation into semaphores
by Yuval Mintz
· 9 years ago
31a4189
xen: netback: read hotplug script once at start of day.
by Ian Campbell
· 9 years ago
dc5e7a8
xen: netback: fix printf format string warning
by Ian Campbell
· 9 years ago
d26e2c9
Revert "netfilter: ensure number of counters is >0 in do_replace()"
by Bernhard Thaler
· 9 years ago
8a7b19d
include/uapi/linux/virtio_balloon.h: include linux/virtio_types.h
by Mikko Rapeli
· 9 years ago
494e5b6
sparc: Resolve conflict between sparc v9 and M7 on usage of bit 9 of TTE
by Khalid Aziz
· 9 years ago
f0c1a11
sparc64: pci slots information is not populated in sysfs
by Eric Snowberg
· 9 years ago
8642ad1
sparc: kernel: GRPCI2: Remove a useless memset
by Christophe Jaillet
· 10 years ago
2459534
net: dsa: Properly propagate errors from dsa_switch_setup_one
by Florian Fainelli
· 9 years ago
9f95041
tcp: fix child sockets to use system default congestion control if not set
by Neal Cardwell
· 9 years ago
beb39db
udp: fix behavior of wrong checksums
by Eric Dumazet
· 9 years ago
c65b99f
Linux 4.1-rc6
by Linus Torvalds
· 9 years ago
9eb0a5d
sfc: free multiple Rx buffers when required
by Daniel Pieczko
· 9 years ago
8ba64dc
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
36a8b9a
Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
by Linus Torvalds
· 9 years ago
e4ca714b
Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/ralf/linux
by Linus Torvalds
· 9 years ago
50f5a1e
Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux
by Linus Torvalds
· 9 years ago
dae8f28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 9 years ago
30a5f11
Merge tag 'hwmon-for-linus-v4.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
by Linus Torvalds
· 9 years ago
fdf7c64
Merge branch 'bna-fixes'
by David S. Miller
· 9 years ago
4818e856
bna: fix soft lock-up during firmware initialization failure
by Ivan Vecera
· 9 years ago
4918eb1
bna: remove unreasonable iocpf timer start
by Ivan Vecera
· 9 years ago
e236b95
bna: fix firmware loading on big-endian machines
by Ivan Vecera
· 9 years ago
50dce30
Merge tag 'mac80211-for-davem-2015-05-28' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by David S. Miller
· 9 years ago
71d9f61
bridge: fix br_multicast_query_expired() bug
by Eric Dumazet
· 9 years ago
b2feda4
iser-target: Fix error path in isert_create_pi_ctx()
by Roland Dreier
· 9 years ago
a354170
target: Use a PASSTHROUGH flag instead of transport_types
by Andy Grover
· 10 years ago
7bfea53b
target: Move passthrough CDB parsing into a common function
by Andy Grover
· 10 years ago
9c1cd1b
target/user: Only support full command pass-through
by Andy Grover
· 10 years ago
cf87edc
target/user: Update example code for new ABI requirements
by Andy Grover
· 10 years ago
5a7125c
target/pscsi: Don't leak scsi_host if hba is VIRTUAL_HOST
by Andy Grover
· 9 years ago
d588cf8
target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystem
by Christoph Hellwig
· 10 years ago
c7bd6dc
hwmon: (nct6683) Add missing sysfs attribute initialization
by Guenter Roeck
· 9 years ago
1b63bf6
hwmon: (nct6775) Add missing sysfs attribute initialization
by Guenter Roeck
· 9 years ago
aaa20fc
Merge tag 'acpi-pci-4.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 9 years ago
1be44e2
Merge tag 'xfs-for-linus-4.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs
by Linus Torvalds
· 9 years ago
2a64517
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 9 years ago
0f1e5b5
Merge tag 'dm-4.1-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 9 years ago
9aecac0
hwmon: (tmp401) Do not auto-detect chip on I2C address 0x37
by Guenter Roeck
· 9 years ago
c2102f3d
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
6e49ba1
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 9 years ago
c4fca4f
MIPS: strnlen_user.S: Fix a CPU_DADDI_WORKAROUNDS regression
by Maciej W. Rozycki
· 9 years ago
57b4175
MIPS: BMIPS: Fix bmips_wr_vec()
by Petri Gynther
· 9 years ago
556b662
MIPS: ath79: fix build problem if CONFIG_BLK_DEV_INITRD is not set
by Laurent Fasnacht
· 9 years ago
d0af698
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 9 years ago
70946b5
Merge tag 'sound-4.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 9 years ago
1c220c6
dm: fix casting bug in dm_merge_bvec()
by Joe Thornber
· 9 years ago
15b94a6
dm: fix reload failure of 0 path multipath mapping on blk-mq devices
by Junichi Nomura
· 9 years ago
c492e2d
Merge tag 'md/4.1-rc5-fixes' of git://neil.brown.name/md
by Linus Torvalds
· 9 years ago
e5d8de3
dm: fix false warning in free_rq_clone() for unmapped requests
by Mike Snitzer
· 9 years ago
Next »