Commit Graph

241311 Commits (fc832ad3645f0507f24d11752544525a50a83c71)
 

Author SHA1 Message Date
Serge E. Hallyn fc832ad364 userns: user namespaces: convert all capable checks in kernel/sys.c 14 years ago
Serge E. Hallyn 3263245de4 userns: make has_capability* into real functions 14 years ago
Serge E. Hallyn 8409cca705 userns: allow ptrace from non-init user namespaces 14 years ago
Serge E. Hallyn 39fd33933b userns: allow killing tasks in your own or child userns 14 years ago
Serge E. Hallyn bb96a6f50b userns: allow sethostname in a container 14 years ago
Serge E. Hallyn 3486740a4f userns: security: make capabilities relative to the user namespace 14 years ago
Serge E. Hallyn 59607db367 userns: add a user_namespace as creator/owner of uts_namespace 14 years ago
Oleg Nesterov 52e9fc76d0 procfs: kill the global proc_mnt variable 14 years ago
Eric W. Biederman 4308eebbeb pidns: call pid_ns_prepare_proc() from create_pid_namespace() 14 years ago
Eric W. Biederman 45a68628d3 pid: remove the child_reaper special case in init/main.c 14 years ago
Richard Weinberger bfdc0b497f sysctl: restrict write access to dmesg_restrict 14 years ago
Petr Holasek cb16e95fa2 sysctl: add some missing input constraint checks 14 years ago
Denis Kirjanov 256c53a651 sysctl_check: drop dead code 14 years ago
Denis Kirjanov 814ecf6e5b sysctl_check: drop table->procname checks 14 years ago
Dan Carpenter ad4ac17ad1 rapidio: fix potential null deref on failure path 14 years ago
Alexandre Bounine c1256ebe6a rapidio: remove mport resource reservation from common RIO code 14 years ago
Alexandre Bounine 569fccb6b4 rapidio: modify mport ID assignment 14 years ago
Alexandre Bounine 2f809985d2 rapidio: modify subsystem and driver initialization sequence 14 years ago
Alexandre Bounine 388b78adc9 rapidio: modify configuration to support PCI-SRIO controller 14 years ago
Alexandre Bounine f8f0626989 rapidio: add architecture specific callbacks 14 years ago
Alexandre Bounine e15b4d687f rapidio: add RapidIO documentation 14 years ago
Alexandre Bounine cd8b974fad rapidio: add new sysfs attributes 14 years ago
Changli Gao cfaf346cb2 drivers/char/mem.c: clean up the code 14 years ago
Julia Lawall 115bcd156a drivers/staging/tty/specialix.c: convert func_enter to func_exit 14 years ago
Julia Lawall d9d691f584 drivers/tty/bfin_jtag_comm.c: avoid calling put_tty_driver on NULL 14 years ago
Niranjana Vishwanathapura 73210a135b drivers/char: add MSM smd_pkt driver 14 years ago
Sergey Senozhatsky 0dcf334c44 drivers/char/ipmi/ipmi_si_intf.c: fix cleanup_one_si section mismatch 14 years ago
Kees Cook 5883f57ca0 proc: protect mm start_code/end_code in /proc/pid/stat 14 years ago
Alexey Dobriyan 312ec7e50c proc: make struct proc_dir_entry::namelen unsigned int 14 years ago
Jovi Zhang fc3d8767b2 procfs: fix some wrong error code usage 14 years ago
Aaro Koskinen 0db0c01b53 procfs: fix /proc/<pid>/maps heap check 14 years ago
Konstantin Khlebnikov 51e031496d proc: hide kernel addresses via %pK in /proc/<pid>/stack 14 years ago
Li Zefan 523fb486bf cpuset: hold callback_mutex in cpuset_post_clone() 14 years ago
Li Zefan ee24d37977 cpuset: fix unchecked calls to NODEMASK_ALLOC() 14 years ago
Li Zefan c8163ca8af cpuset: remove unneeded NODEMASK_ALLOC() in cpuset_attach() 14 years ago
Li Zefan 9303e0c481 cpuset: remove unneeded NODEMASK_ALLOC() in cpuset_sprintf_memlist() 14 years ago
David Rientjes f9434ad155 memcg: give current access to memory reserves if it's trying to die 14 years ago
KAMEZAWA Hiroyuki 5a6475a4e1 memcg: fix leak on wrong LRU with FUSE 14 years ago
Michal Hocko 6cfddb2615 memcg: page_cgroup array is never stored on reserved pages 14 years ago
Michal Hocko dde79e005a page_cgroup: reduce allocation overhead for page_cgroup array for CONFIG_SPARSEMEM 14 years ago
Andrew Morton 4be4489fea mm/memcontrol.c: suppress uninitialized-var warning with older gcc's 14 years ago
Johannes Weiner 7a159cc9d7 memcg: use native word page statistics counters 14 years ago
Johannes Weiner e9f8974f2f memcg: break out event counters from other stats 14 years ago
Johannes Weiner 7ec99d6213 memcg: unify charge/uncharge quantities to units of pages 14 years ago
Johannes Weiner 7ffd4ca7a2 memcg: convert uncharge batching from bytes to page granularity 14 years ago
Johannes Weiner 11c9ea4e80 memcg: convert per-cpu stock from bytes to page granularity 14 years ago
Johannes Weiner e7018b8d27 memcg: keep only one charge cancelling function 14 years ago
Johannes Weiner bf1ff2635a memcg: remove memcg->reclaim_param_lock 14 years ago
Johannes Weiner 4dc03de1b2 memcg: charged pages always have valid per-memcg zone info 14 years ago
Johannes Weiner 6b3ae58efc memcg: remove direct page_cgroup-to-page pointer 14 years ago