Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
fbd890b9b8497bab04c1d338bd97579a7bc53fab
fbd890b
arm64: capabilities: Allow features based on local CPU scope
by Suzuki K Poulose
· 7 years ago
d69fe9a
arm64: capabilities: Split the processing of errata work arounds
by Suzuki K Poulose
· 7 years ago
600b9c9
arm64: capabilities: Prepare for grouping features and errata work arounds
by Suzuki K Poulose
· 7 years ago
cce360b
arm64: capabilities: Filter the entries based on a given mask
by Suzuki K Poulose
· 7 years ago
eaac4d8
arm64: capabilities: Unify the verification
by Suzuki K Poulose
· 7 years ago
5b4747c
arm64: capabilities: Add flags to handle the conflicts on late CPU
by Suzuki K Poulose
· 7 years ago
143ba05
arm64: capabilities: Prepare for fine grained capabilities
by Suzuki K Poulose
· 7 years ago
1e89bae
arm64: capabilities: Move errata processing code
by Suzuki K Poulose
· 7 years ago
5e91107
arm64: capabilities: Move errata work around check on boot CPU
by Suzuki K Poulose
· 7 years ago
c0cda3b
arm64: capabilities: Update prototype for enable call back
by Dave Martin
· 7 years ago
5043694
arm64/sve: Document firmware support requirements in Kconfig
by Dave Martin
· 7 years ago
af4a81b
arm64: fpsimd: Fix bad si_code for undiagnosed SIGFPE
by Dave Martin
· 7 years ago
4c0ca49
Merge branch 'siginfo-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace into aarch64/for-next/core
by Will Deacon
· 7 years ago
7206dc9
arm64: Expose Arm v8.4 features
by Suzuki K Poulose
· 7 years ago
847ecd3
arm64: Documentation: cpu-feature-registers: Remove RES0 fields
by Suzuki K Poulose
· 7 years ago
350e1da
arm64: asm: drop special versions of adr_l/ldr_l/str_l for modules
by Ard Biesheuvel
· 7 years ago
bd99f9a
arm64: fix undefined reference to 'printk'
by Arnd Bergmann
· 7 years ago
266da65
signal: Add FPE_FLTUNK si_code for undiagnosable fp exceptions
by Dave Martin
· 7 years ago
654c39c
Merge tag 'acpi/iort-for-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/lpieralisi/linux into aarch64/for-next/core
by Will Deacon
· 7 years ago
af40ff6
arm64: signal: Ensure si_code is valid for all fault signals
by Dave Martin
· 7 years ago
6ae4b6e
arm64: Add support for new control bits CTR_EL0.DIC and CTR_EL0.IDC
by Shanker Donthineni
· 7 years ago
ca79acc
arm64/kernel: enable A53 erratum #8434319 handling at runtime
by Ard Biesheuvel
· 7 years ago
e8002e0
arm64/errata: add REVIDR handling to framework
by Ard Biesheuvel
· 7 years ago
a257e02
arm64/kernel: don't ban ADRP to work around Cortex-A53 erratum #843419
by Ard Biesheuvel
· 7 years ago
f2b9ba8
arm64/kernel: kaslr: reduce module randomization range to 4 GB
by Ard Biesheuvel
· 7 years ago
5e8307b
arm64: module: don't BUG when exceeding preallocated PLT count
by Ard Biesheuvel
· 7 years ago
8dc1253
ACPI/IORT: Remove obsolete ACPI_IORT_SMMU_V3_CAVIUM_CN99XX define
by Lorenzo Pieralisi
· 7 years ago
6c47506
ACPI/IORT: Remove temporary iort_get_id_mapping_index() ACPICA guard
by Lorenzo Pieralisi
· 7 years ago
c38d085
ACPI/IORT: Remove linker section for IORT entries again
by Jia He
· 7 years ago
e03e61c
arm64: kaslr: Set TCR_EL1.NFD1 when CONFIG_RANDOMIZE_BASE=y
by Will Deacon
· 7 years ago
24153c0
arm64/debug: Fix registers on sleeping tasks
by Douglas Anderson
· 7 years ago
1212f7a
scripts/kallsyms: filter arm64's __efistub_ symbols
by Ard Biesheuvel
· 7 years ago
9597e74
kasan, arm64: clean up KASAN_SHADOW_SCALE_SHIFT usage
by Andrey Konovalov
· 7 years ago
1f85b42
arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size)
by Catalin Marinas
· 7 years ago
6b24442
arm64: lse: Pass -fomit-frame-pointer to out-of-line ll/sc atomics
by Will Deacon
· 7 years ago
4e829b6
arm64: Use arm64_force_sig_info instead of force_sig_info
by Will Deacon
· 7 years ago
a26731d
arm64: Move show_unhandled_signals_ratelimited into traps.c
by Will Deacon
· 7 years ago
f71016a
arm64: signal: Call arm64_notify_segfault when failing to deliver signal
by Will Deacon
· 7 years ago
92ff067
arm64: mm: Rework unhandled user pagefaults to call arm64_force_sig_info
by Will Deacon
· 7 years ago
1049c30
arm64: Pass user fault info to arm64_notify_die instead of printing it
by Will Deacon
· 7 years ago
15b6732
arm64: signal: Don't print anything directly in force_signal_inject
by Will Deacon
· 7 years ago
a1ece82
arm64: Introduce arm64_force_sig_info and hook up in arm64_notify_die
by Will Deacon
· 7 years ago
a7e6f1c
arm64: signal: Force SIGKILL for unknown signals in force_signal_inject
by Will Deacon
· 7 years ago
2c9120f3
arm64: signal: Make force_signal_inject more robust
by Will Deacon
· 7 years ago
f6a0154
signal/x86: Include the field offsets in the build time checks
by Eric W. Biederman
· 7 years ago
859d880
signal: Correct the offset of si_pkey in struct siginfo
by Eric W. Biederman
· 7 years ago
e0f6429d
arm64: cpufeature: Remove redundant "feature" in reports
by Kees Cook
· 7 years ago
2e6f549
arm64: cpufeature: Relocate PAN emulation report
by Kees Cook
· 7 years ago
6141ac1
arm64/kernel: kaslr: drop special Image placement logic
by Ard Biesheuvel
· 7 years ago
532826f
arm64: Mirror arm for unimplemented compat syscalls
by Michael Weiser
· 7 years ago
4a3928c
Linux 4.16-rc3
by Linus Torvalds
· 7 years ago
e1171ac
Merge tag 'xtensa-20180225' of git://github.com/jcmvbkbc/linux-xtensa
by Linus Torvalds
· 7 years ago
c23a757
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
e912bf2
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
9c89709
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
297ea1b
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
c89be52
Merge tag 'nfs-for-4.16-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 7 years ago
3664ce2
Merge tag 'powerpc-4.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 7 years ago
9cb9c07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
2eb02aa
Merge branch 'fixes-v4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 7 years ago
65738c6
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 7 years ago
2bd06ce
Merge tag 'mips_fixes_4.16_3' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips
by Linus Torvalds
· 7 years ago
13f514b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
by Linus Torvalds
· 7 years ago
938e142
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 7 years ago
170e07b
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 7 years ago
8961ca4
Merge tag 'drm-fixes-for-v4.16-rc3' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 7 years ago
a5f7add
net_sched: gen_estimator: fix broken estimators based on percpu stats
by Eric Dumazet
· 7 years ago
2217009
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 7 years ago
d903ec7
gianfar: simplify FCS handling and fix memory leak
by Andy Spencer
· 7 years ago
ca79bec2
ipv6 sit: work around bogus gcc-8 -Wrestrict warning
by Arnd Bergmann
· 7 years ago
4e14bf4
macvlan: fix use-after-free in macvlan_common_newlink()
by Alexey Kodanev
· 7 years ago
9f41631
arm64: fix unwind_frame() for filtered out fn for function graph tracing
by Pratyush Anand
· 7 years ago
4596749
x86/topology: Update the 'cpu cores' field in /proc/cpuinfo correctly across CPU hotplug operations
by Samuel Neves
· 7 years ago
0c52f7c
x86/topology: Fix function name in documentation
by Dou Liyang
· 7 years ago
472e8c5
locking/xchg/alpha: Fix xchg() and cmpxchg() memory ordering bugs
by Andrea Parri
· 7 years ago
79d4424
locking/xchg/alpha: Clean up barrier usage by using smp_mb() in place of __ASM__MB
by Andrea Parri
· 7 years ago
36e74d3
x86/intel_rdt: Fix incorrect returned value when creating rdgroup sub-directory in resctrl file system
by Wang Hui
· 7 years ago
e84cf6a
x86/apic/vector: Handle vector release on CPU unplug correctly
by Thomas Gleixner
· 7 years ago
eb0a2d2
powerpc/powernv: Support firmware disable of RFI flush
by Michael Ellerman
· 7 years ago
582605a
powerpc/pseries: Support firmware disable of RFI flush
by Michael Ellerman
· 7 years ago
2f7d03e
powerpc/mm/drmem: Fix unexpected flag value in ibm,dynamic-memory-v2
by Bharata B Rao
· 7 years ago
120f3b1
integrity/security: fix digsig.c build error with header file
by Randy Dunlap
· 7 years ago
16c4db3
Merge tag 'keys-fixes-20180222-2' of https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into fixes-v4.16-rc3
by James Morris
· 7 years ago
b17800e
Merge tag 'imx-drm-next-2018-02-22' of git://git.pengutronix.de/git/pza/linux into drm-fixes
by Dave Airlie
· 7 years ago
0f9da84
MIPS: boot: Define __ASSEMBLY__ for its.S build
by Kees Cook
· 7 years ago
bae6cfe
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 7 years ago
0bb7816
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 7 years ago
16338a9
bpf, arm64: fix out of bounds access in tail call
by Daniel Borkmann
· 7 years ago
a493a87
bpf, x64: implement retpoline for tail call
by Daniel Borkmann
· 7 years ago
651ca2c
genirq/matrix: Handle CPU offlining proper
by Thomas Gleixner
· 7 years ago
9026e82
fs/signalfd: fix build error for BUS_MCEERR_AR
by Randy Dunlap
· 7 years ago
93c62c4
rxrpc: Fix send in rxrpc_send_data_packet()
by David Howells
· 7 years ago
370c105
net: aquantia: Fix error handling in aq_pci_probe()
by Dan Carpenter
· 7 years ago
6c5f610
bpf: fix rcu lockdep warning for lpm_trie map_free callback
by Yonghong Song
· 7 years ago
32fff23
bpf: add schedule points in percpu arrays management
by Eric Dumazet
· 7 years ago
ed04c46
Merge tag 'mac80211-for-davem-2018-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by David S. Miller
· 7 years ago
a638af0
Merge tag 'usb-4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 7 years ago
77f892e
Merge tag 'staging-4.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 7 years ago
bb17186
Merge tag 'char-misc-4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 7 years ago
657308f
regulatory: add NUL to request alpha2
by Johannes Berg
· 7 years ago
Next »