Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
3dc8fe4dca9cd3e4aa828ed36451e2bcfd2350da
3dc8fe4
autofs4: Do not potentially dereference NULL pointer returned by fget() in autofs_dev_ioctl_setpipefd()
by Jesper Juhl
· 14 years ago
e785472
autofs4 - remove autofs4_lock
by Ian Kent
· 14 years ago
83fb96b
autofs4 - fix d_manage() return on rcu-walk
by Ian Kent
· 14 years ago
d4a85e3
autofs4 - fix autofs4_expire_indirect() traversal
by Ian Kent
· 14 years ago
f9398c2
autofs4 - fix dentry leak in autofs4_expire_direct()
by Ian Kent
· 14 years ago
3c31998
autofs4 - reinstate last used update on access
by Ian Kent
· 14 years ago
62a7375
vfs - check non-mountpoint dentry might block in __follow_mount_rcu()
by Ian Kent
· 14 years ago
b81a618
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
2f284c8
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 14 years ago
93a7205
crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, setup_elfcorehdr and saved_max_pfn
by Olaf Hering
· 14 years ago
8547727
remove dma64_addr_t
by FUJITA Tomonori
· 14 years ago
f9b182e
taskstats: use appropriate printk priority level
by Mandeep Singh Baines
· 14 years ago
2e14967
userns: rename is_owner_or_cap to inode_owner_or_capable
by Serge E. Hallyn
· 14 years ago
e795b71
userns: userns: check user namespace for task->file uid equivalence checks
by Serge E. Hallyn
· 14 years ago
b0e7759
userns: user namespaces: convert several capable() calls
by Serge E. Hallyn
· 14 years ago
b515498
userns: add a user namespace owner of ipc ns
by Serge E. Hallyn
· 14 years ago
fc832ad
userns: user namespaces: convert all capable checks in kernel/sys.c
by Serge E. Hallyn
· 14 years ago
3263245
userns: make has_capability* into real functions
by Serge E. Hallyn
· 14 years ago
8409cca
userns: allow ptrace from non-init user namespaces
by Serge E. Hallyn
· 14 years ago
39fd339
userns: allow killing tasks in your own or child userns
by Serge E. Hallyn
· 14 years ago
bb96a6f
userns: allow sethostname in a container
by Serge E. Hallyn
· 14 years ago
3486740
userns: security: make capabilities relative to the user namespace
by Serge E. Hallyn
· 14 years ago
59607db
userns: add a user_namespace as creator/owner of uts_namespace
by Serge E. Hallyn
· 14 years ago
52e9fc7
procfs: kill the global proc_mnt variable
by Oleg Nesterov
· 14 years ago
4308eeb
pidns: call pid_ns_prepare_proc() from create_pid_namespace()
by Eric W. Biederman
· 14 years ago
45a6862
pid: remove the child_reaper special case in init/main.c
by Eric W. Biederman
· 14 years ago
bfdc0b4
sysctl: restrict write access to dmesg_restrict
by Richard Weinberger
· 14 years ago
cb16e95
sysctl: add some missing input constraint checks
by Petr Holasek
· 14 years ago
256c53a
sysctl_check: drop dead code
by Denis Kirjanov
· 14 years ago
814ecf6
sysctl_check: drop table->procname checks
by Denis Kirjanov
· 14 years ago
ad4ac17
rapidio: fix potential null deref on failure path
by Dan Carpenter
· 14 years ago
c1256eb
rapidio: remove mport resource reservation from common RIO code
by Alexandre Bounine
· 14 years ago
569fccb
rapidio: modify mport ID assignment
by Alexandre Bounine
· 14 years ago
2f80998
rapidio: modify subsystem and driver initialization sequence
by Alexandre Bounine
· 14 years ago
388b78a
rapidio: modify configuration to support PCI-SRIO controller
by Alexandre Bounine
· 14 years ago
f8f0626
rapidio: add architecture specific callbacks
by Alexandre Bounine
· 14 years ago
e15b4d6
rapidio: add RapidIO documentation
by Alexandre Bounine
· 14 years ago
cd8b974
rapidio: add new sysfs attributes
by Alexandre Bounine
· 14 years ago
cfaf346c
drivers/char/mem.c: clean up the code
by Changli Gao
· 14 years ago
115bcd1
drivers/staging/tty/specialix.c: convert func_enter to func_exit
by Julia Lawall
· 14 years ago
d9d691f
drivers/tty/bfin_jtag_comm.c: avoid calling put_tty_driver on NULL
by Julia Lawall
· 14 years ago
73210a1
drivers/char: add MSM smd_pkt driver
by Niranjana Vishwanathapura
· 14 years ago
0dcf334
drivers/char/ipmi/ipmi_si_intf.c: fix cleanup_one_si section mismatch
by Sergey Senozhatsky
· 14 years ago
5883f57
proc: protect mm start_code/end_code in /proc/pid/stat
by Kees Cook
· 14 years ago
312ec7e
proc: make struct proc_dir_entry::namelen unsigned int
by Alexey Dobriyan
· 14 years ago
fc3d876
procfs: fix some wrong error code usage
by Jovi Zhang
· 14 years ago
0db0c01
procfs: fix /proc/<pid>/maps heap check
by Aaro Koskinen
· 14 years ago
51e0314
proc: hide kernel addresses via %pK in /proc/<pid>/stack
by Konstantin Khlebnikov
· 14 years ago
523fb48
cpuset: hold callback_mutex in cpuset_post_clone()
by Li Zefan
· 14 years ago
ee24d37
cpuset: fix unchecked calls to NODEMASK_ALLOC()
by Li Zefan
· 14 years ago
c8163ca
cpuset: remove unneeded NODEMASK_ALLOC() in cpuset_attach()
by Li Zefan
· 14 years ago
9303e0c
cpuset: remove unneeded NODEMASK_ALLOC() in cpuset_sprintf_memlist()
by Li Zefan
· 14 years ago
f9434ad
memcg: give current access to memory reserves if it's trying to die
by David Rientjes
· 14 years ago
5a6475a
memcg: fix leak on wrong LRU with FUSE
by KAMEZAWA Hiroyuki
· 14 years ago
6cfddb2
memcg: page_cgroup array is never stored on reserved pages
by Michal Hocko
· 14 years ago
dde79e0
page_cgroup: reduce allocation overhead for page_cgroup array for CONFIG_SPARSEMEM
by Michal Hocko
· 14 years ago
4be4489
mm/memcontrol.c: suppress uninitialized-var warning with older gcc's
by Andrew Morton
· 14 years ago
7a159cc
memcg: use native word page statistics counters
by Johannes Weiner
· 14 years ago
e9f8974
memcg: break out event counters from other stats
by Johannes Weiner
· 14 years ago
7ec99d6
memcg: unify charge/uncharge quantities to units of pages
by Johannes Weiner
· 14 years ago
7ffd4ca
memcg: convert uncharge batching from bytes to page granularity
by Johannes Weiner
· 14 years ago
11c9ea4
memcg: convert per-cpu stock from bytes to page granularity
by Johannes Weiner
· 14 years ago
e7018b8d
memcg: keep only one charge cancelling function
by Johannes Weiner
· 14 years ago
bf1ff26
memcg: remove memcg->reclaim_param_lock
by Johannes Weiner
· 14 years ago
4dc03de
memcg: charged pages always have valid per-memcg zone info
by Johannes Weiner
· 14 years ago
6b3ae58
memcg: remove direct page_cgroup-to-page pointer
by Johannes Weiner
· 14 years ago
5564e88
memcg: condense page_cgroup-to-page lookup points
by Johannes Weiner
· 14 years ago
de3638d
memcg: fold __mem_cgroup_move_account into caller
by Johannes Weiner
· 14 years ago
97a6c37
memcg: change page_cgroup_zoneinfo signature
by Johannes Weiner
· 14 years ago
ad324e9
memcg: no uncharged pages reach page_cgroup_zoneinfo
by Johannes Weiner
· 14 years ago
f212ad7
memcg: add memcg sanity checks at allocating and freeing pages
by Daisuke Nishimura
· 14 years ago
af4a662
memcg: remove NULL check from lookup_page_cgroup() result
by Johannes Weiner
· 14 years ago
c14f35c
memcg: remove impossible conditional when committing
by Johannes Weiner
· 14 years ago
3403968
memcg: remove unused page flag bitfield defines
by Johannes Weiner
· 14 years ago
9d11ea9
memcg: simplify the way memory limits are checked
by Johannes Weiner
· 14 years ago
b7c6167
memcg: soft limit reclaim should end at limit not below
by Johannes Weiner
· 14 years ago
56039ef
memcg: fix ugly initialization of return value is in caller
by KAMEZAWA Hiroyuki
· 14 years ago
6c191cd
memcg: res_counter_read_u64(): fix potential races on 32-bit machines
by KAMEZAWA Hiroyuki
· 14 years ago
61f2e7b
bitops: remove minix bitops from asm/bitops.h
by Akinobu Mita
· 14 years ago
3fca5af7
m68k: remove inline asm from minix_find_first_zero_bit
by Akinobu Mita
· 14 years ago
f312eff
bitops: remove ext2 non-atomic bitops from asm/bitops.h
by Akinobu Mita
· 14 years ago
bb5cda3
dm: use little-endian bitops
by Akinobu Mita
· 14 years ago
6b33aff
md: use little-endian bitops
by Akinobu Mita
· 14 years ago
3cdc712
ufs: use little-endian bitops
by Akinobu Mita
· 14 years ago
9ad1e1e
udf: use little-endian bitops
by Akinobu Mita
· 14 years ago
b9b9144
reiserfs: use little-endian bitops
by Akinobu Mita
· 14 years ago
a49ebba
nilfs2: use little-endian bitops
by Akinobu Mita
· 14 years ago
c4354d0
ocfs2: use little-endian bitops
by Akinobu Mita
· 14 years ago
50e0168
ext4: use little-endian bitops
by Akinobu Mita
· 14 years ago
0795cce
ext3: use little-endian bitops
by Akinobu Mita
· 14 years ago
e1dc1c8
rds: use little-endian bitops
by Akinobu Mita
· 14 years ago
cd7e48c
kvm: use little-endian bitops
by Akinobu Mita
· 14 years ago
c565300
asm-generic: use little-endian bitops
by Akinobu Mita
· 14 years ago
861b5ae
bitops: introduce little-endian bitops for most architectures
by Akinobu Mita
· 14 years ago
c1e6ca7
m68knommu: introduce little-endian bitops
by Akinobu Mita
· 14 years ago
0664996
bitops: introduce CONFIG_GENERIC_FIND_BIT_LE
by Akinobu Mita
· 14 years ago
3f5527f
m68k: introduce little-endian bitops
by Akinobu Mita
· 14 years ago
f6b57e3
arm: introduce little-endian bitops
by Akinobu Mita
· 14 years ago
50b9b47
s390: introduce little-endian bitops
by Akinobu Mita
· 14 years ago
f57d7ff
powerpc: introduce little-endian bitops
by Akinobu Mita
· 14 years ago
Next »