Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
823fd560a2e622823489b160db497a2d957eb95a
/
include
/
linux
823fd56
fscrypt: allow synchronous bio decryption
by Eric Biggers
· 7 years ago
13cc540
ANDROID: arm-smccc: fix clang build
by Greg Hackmann
· 7 years ago
b4c14c2
Merge tag 'v4.9.95' into android-4.9.95
by Greg Hackmann
· 7 years ago
eb90973
arm/arm64: smccc: Implement SMCCC v1.1 inline primitive
by Mark Rutland
· 7 years ago
5d667c1
arm/arm64: smccc: Make function identifiers an unsigned quantity
by Mark Rutland
· 7 years ago
883a91d
firmware/psci: Expose SMCCC version through psci_ops
by Mark Rutland
· 7 years ago
56d3797
firmware/psci: Expose PSCI conduit
by Mark Rutland
· 7 years ago
c9ae3d5
arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support
by Mark Rutland
· 7 years ago
6681f3c
arm/arm64: KVM: Advertise SMCCC v1.1
by Mark Rutland
· 7 years ago
09ea80a
mm: Introduce lm_alias
by Mark Rutland
· 7 years ago
6289541
drivers/firmware: Expose psci_get_version through psci_ops structure
by Mark Rutland
· 7 years ago
8683408
Merge 4.9.94 into android-4.9
by Greg Kroah-Hartman
· 7 years ago
0559ea3
sched/deadline: Use the revised wakeup rule for suspending constrained dl tasks
by Daniel Bristot de Oliveira
· 7 years ago
eec6e0a
net/mlx4: Fix the check in attaching steering rules
by Talat Batheesh
· 7 years ago
2cd3aa5
skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflow
by Jason A. Donenfeld
· 7 years ago
6391346
PCI/msi: fix the pci_alloc_irq_vectors_affinity stub
by Christoph Hellwig
· 7 years ago
8adab3b
mlx5: fix bug reading rss_hash_type from CQE
by Jesper Dangaard Brouer
· 7 years ago
d919765
f2fs/fscrypt: updates to v4.17-rc1
by Jaegeuk Kim
· 7 years ago
05baf14
Merge tag 'v4.9.93' into android-4.9
by Greg Hackmann
· 7 years ago
7f9a93b
module: extend 'rodata=off' boot cmdline parameter to module mappings
by AKASHI Takahiro
· 7 years ago
ecd508a
llist: clang: introduce member_address_is_nonnull()
by Alexander Potapenko
· 7 years ago
c6ab7c6
netfilter: x_tables: add and use xt_check_proc_name
by Florian Westphal
· 7 years ago
fc7a9eb
frv: declare jiffies to be located in the .data section
by Matthias Kaehlcke
· 7 years ago
bbc5d42
jiffies.h: declare jiffies and jiffies_64 with ____cacheline_aligned_in_smp
by Matthias Kaehlcke
· 8 years ago
e78c59f
cpumask: Add helper cpumask_available()
by Matthias Kaehlcke
· 8 years ago
f17f4fb
ANDROID: cpufreq: Add time_in_state to /proc/uid directories
by Connor O'Brien
· 7 years ago
5b3d110
ANDROID: proc: Add /proc/uid directory
by Connor O'Brien
· 7 years ago
fcb3db1
ANDROID: cpufreq: times: track per-uid time in state
by Connor O'Brien
· 7 years ago
6e7b83d
ANDROID: cpufreq: track per-task time in state
by Connor O'Brien
· 7 years ago
9c3fb9c
Merge 4.9.92 into android-4.9
by Greg Kroah-Hartman
· 7 years ago
28984ba0
net: use skb_to_full_sk() in skb_update_prio()
by Eric Dumazet
· 7 years ago
ad62170
rhashtable: Fix rhlist duplicates insertion
by Paul Blakey
· 7 years ago
bb94f9d
Merge 4.9.91 into android-4.9
by Greg Kroah-Hartman
· 7 years ago
4d9ed68
mtd: nand: fsl_ifc: Read ECCSTAT0 and ECCSTAT1 registers for IFC 2.0
by Jagdish Gediya
· 7 years ago
dd1e37e
Merge 4.9.90 into android-4.9
by Greg Kroah-Hartman
· 7 years ago
e2ee1a1
IB/mlx5: Fix integer overflows in mlx5_ib_create_srq
by Boris Pismenny
· 7 years ago
58e7fd9
time: Change posix clocks ops interfaces to use timespec64
by Deepa Dinamani
· 8 years ago
e34e318
Merge remote-tracking branch 'origin/android-4.9-eas-dev' into HEAD
by Joel Fernandes
· 7 years ago
960923f
Merge 4.9.89 into android-4.9
by Greg Kroah-Hartman
· 7 years ago
eaa9592
fs: Teach path_connected to handle nfs filesystems with multiple roots.
by Eric W. Biederman
· 7 years ago
f9ab125
regulator: isl9305: fix array size
by Vincent Stehlé
· 8 years ago
e2afbcd
regulator: core: Limit propagation of parent voltage count and list
by Matthias Kaehlcke
· 8 years ago
5bf86f3
mm: Fix false-positive VM_BUG_ON() in page_cache_{get,add}_speculative()
by Kirill A. Shutemov
· 8 years ago
bb52bba
Merge 4.9.88 into android-4.9
by Greg Kroah-Hartman
· 7 years ago
b2708e1
usb: quirks: add control message delay for 1b1c:1b20
by Danilo Krummrich
· 7 years ago
db6a0cb
netfilter: x_tables: pack percpu counter allocations
by Florian Westphal
· 8 years ago
dac4448
netfilter: x_tables: pass xt_counters struct to counter allocator
by Florian Westphal
· 8 years ago
61346e2
netfilter: x_tables: pass xt_counters struct instead of packet counter
by Florian Westphal
· 8 years ago
6123a6b
x86/retpoline: Support retpoline builds with Clang
by David Woodhouse
· 7 years ago
6310a11
nospec: Include <asm/barrier.h> dependency
by Dan Williams
· 7 years ago
244a6d3
nospec: Kill array_index_nospec_mask_check()
by Dan Williams
· 7 years ago
225ce6d
workqueue: Allow retrieval of current task's work struct
by Lukas Wunner
· 7 years ago
08da675
BACKPORT: kasan: add compiler support for clang
by Paul Lawrence
· 7 years ago
7dc12f7
BACKPORT: fix "netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'"
by Al Viro
· 7 years ago
7e3c72f
UPSTREAM: netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'
by Shmulik Ladkani
· 7 years ago
97d7f1c
FROMLIST: f2fs: don't put dentry page in pagecache into highmem
by Yunlong Song
· 7 years ago
a290494
Merge 4.9.87 into android-4.9
by Greg Kroah-Hartman
· 7 years ago
ec69fa8
nospec: Allow index argument to have const-qualified type
by Rasmus Villemoes
· 7 years ago
43672fa
dax: fix vma_is_fsdax() helper
by Dan Williams
· 7 years ago
4fd840d
mm: fix filler function type mismatch
by Sami Tolvanen
· 7 years ago
97d5fd2
mm: fix drain_local_pages function type
by Sami Tolvanen
· 7 years ago
cb214f0
UPSTREAM: module: Do not paper over type mismatches in module_param_call()
by Kees Cook
· 7 years ago
38cbecf
UPSTREAM: module: Prepare to convert all module_param_call() prototypes
by Kees Cook
· 7 years ago
00a195e
add support for clang Control Flow Integrity (CFI)
by Sami Tolvanen
· 8 years ago
b13cf85
HACK: init: ensure initcall ordering with LTO
by Sami Tolvanen
· 7 years ago
7bd125e
FROMLIST: BACKPORT: kbuild: fix dynamic ftrace with clang LTO
by Sami Tolvanen
· 7 years ago
7118def
Merge 4.9.85 into android-4.9
by Greg Kroah-Hartman
· 7 years ago
807e336
libnvdimm, dax: fix 1GB-aligned namespaces vs physical misalignment
by Dan Williams
· 7 years ago
b29ea3c
mm: introduce get_user_pages_longterm
by Dan Williams
· 7 years ago
a9d0273
Merge 4.9.84 into android-4.9
by Greg Kroah-Hartman
· 7 years ago
4890abc
PCI: Change pci_host_common_probe() visibility
by Marc Gonzalez
· 8 years ago
adf26e8
crypto: hash - prevent using keyed hashes without setting key
by Eric Biggers
· 7 years ago
b392a53
crypto: hash - annotate algorithms taking optional key
by Eric Biggers
· 7 years ago
5cab144f
Provide a function to create a NUL-terminated string from unterminated data
by David Howells
· 7 years ago
5fd4db3
ptr_ring: fail early if queue occupies more than KMALLOC_MAX_SIZE
by Jason Wang
· 7 years ago
2f17e34
f2fs: updates on v4.16-rc1
by Jaegeuk Kim
· 7 years ago
21bd85c
Merge remote-tracking branch 'android-4.9' into 'android-4.9-eas-dev'
by Quentin Perret
· 7 years ago
da9fb78
Merge 4.9.83 into android-4.9
by Greg Kroah-Hartman
· 7 years ago
95a440b
x86: fix build warnign with 32-bit PAE
by Arnd Bergmann
· 7 years ago
297f8ea
nospec: Move array_index_nospec() parameter checking into separate macro
by Will Deacon
· 7 years ago
3740b9f
compiler-gcc.h: Introduce __optimize function attribute
by Geert Uytterhoeven
· 7 years ago
99a89d8
jbd2: fix sphinx kernel-doc build warnings
by Tobin C. Harding
· 7 years ago
ce42b24
BACKPORT: tee: add start argument to shm_register callback
by Jens Wiklander
· 7 years ago
70994c6
BACKPORT: tee: shm: inline tee_shm_get_id()
by Volodymyr Babchuk
· 7 years ago
4e64c305
BACKPORT: tee: use reference counting for tee_context
by Volodymyr Babchuk
· 7 years ago
7bc0525
BACKPORT: tee: shm: add page accessor functions
by Volodymyr Babchuk
· 7 years ago
006c193
BACKPORT: tee: shm: add accessors for buffer size and page offset
by Volodymyr Babchuk
· 7 years ago
f902700
BACKPORT: tee: add register user memory
by Jens Wiklander
· 7 years ago
2d46c7f
BACKPORT: tee: flexible shared memory pool creation
by Jens Wiklander
· 7 years ago
525fb3c
BACKPORT: tee: add tee_param_is_memref() for driver use
by Jens Wiklander
· 8 years ago
cdfc8df
Merge 4.9.82 into android-4.9
by Greg Kroah-Hartman
· 7 years ago
cbdabc70
mtd: cfi: convert inline functions to macros
by Arnd Bergmann
· 7 years ago
f8bbe51
Merge 4.9.81 into android-4.9
by Greg Kroah-Hartman
· 7 years ago
fe43338
x86/retpoline: Avoid retpolines for built-in __init functions
by David Woodhouse
· 7 years ago
c26ceec
vfs, fdtable: Prevent bounds-check bypass via speculative execution
by Dan Williams
· 7 years ago
579ef9e
array_index_nospec: Sanitize speculative array de-references
by Dan Williams
· 7 years ago
a1745ad
module/retpoline: Warn about missing retpoline in module
by Andi Kleen
· 7 years ago
b30d2b5
Merge 4.9.80 into android-4.9
by Greg Kroah-Hartman
· 7 years ago
55eaecf
tty: fix data race between tty_init_dev and flush of buf
by Gaurav Kohli
· 7 years ago
20e6f5b
net/mlx5: Define interface bits for fencing UMR wqe
by Max Gurtovoy
· 7 years ago
Next »