summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-12-10usermodehelper: don't use CLONE_VFORK for ____call_usermodehelper()Oleg Nesterov1-9/+3
2014-12-10printk: drop logbuf_cpu volatile qualifierAlex Elder1-1/+1
2014-12-10printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalentsJoe Perches1-15/+13
2014-12-10printk: remove used-once early_vprintkJoe Perches1-11/+8
2014-12-10kernel: add panic_on_warnPrarit Bhargava3-0/+23
2014-12-10exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_pa...Oleg Nesterov2-26/+7
2014-12-10exit: reparent: cleanup the usage of reparent_leader()Oleg Nesterov1-13/+9
2014-12-10exit: reparent: cleanup the changing of ->parentOleg Nesterov1-8/+5
2014-12-10exit: reparent: use ->ptrace_entry rather than ->sibling for EXIT_DEAD tasksOleg Nesterov1-3/+3
2014-12-10sched_show_task: fix unsafe usage of ->real_parentOleg Nesterov1-1/+3
2014-12-10kernel: res_counter: remove the unused APIJohannes Weiner2-212/+0
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-6/+11
2014-12-10Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+6
2014-12-10Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+63
2014-12-10Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-0/+16
2014-12-10Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-21/+1024
2014-12-10Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-10/+26
2014-12-10Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-40/+41
2014-12-09Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds16-213/+721
2014-12-09Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-9/+51
2014-12-09Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds15-137/+268
2014-12-09userns: Rename id_map_mutex to userns_state_mutexEric W. Biederman1-8/+6
2014-12-09userns: Only allow the creator of the userns unprivileged mappingsEric W. Biederman1-2/+4
2014-12-09userns: Check euid no fsuid when establishing an unprivileged uid mappingEric W. Biederman1-1/+1
2014-12-09userns: Don't allow unprivileged creation of gid mappingsEric W. Biederman1-4/+0
2014-12-09userns: Don't allow setgroups until a gid mapping has been setablishedEric W. Biederman2-1/+17
2014-12-09blktrace: don't let the sysfs interface remove trace from running listArianna Avanzini1-3/+0
2014-12-09Merge branch 'next' into upstream for v3.19Paul Moore1-1/+1
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro35-260/+410
2014-12-08Merge branch 'pm-runtime'Rafael J. Wysocki1-5/+1
2014-12-08Merge branches 'pm-domains', 'pm-sleep' and 'pm-tools'Rafael J. Wysocki4-35/+34
2014-12-08Merge branches 'powercap', 'pm-clk', 'pm-config' and 'pm-opp'Rafael J. Wysocki1-1/+0
2014-12-08workqueue: allow rescuer thread to do more work.NeilBrown1-1/+19
2014-12-08workqueue: invert the order between pool->lock and wq_mayday_lockTejun Heo1-4/+4
2014-12-08sched: Add missing rcu protection to wake_up_all_idle_cpusAndy Lutomirski1-2/+7
2014-12-08Merge tag 'v3.18' into drm-nextDave Airlie1-2/+6
2014-12-07genirq: Move irq_chip_write_msi_msg() helper to coreThomas Gleixner1-0/+6
2014-12-06Merge 3.18-rc7 into tty-nextGreg Kroah-Hartman16-95/+131
2014-12-05bpf: verifier: add checks for BPF_ABS | BPF_IND instructionsAlexei Starovoitov1-2/+68
2014-12-05userns: Document what the invariant required for safe unprivileged mappings.Eric W. Biederman1-1/+3
2014-12-05groups: Consolidate the setgroups permission checksEric W. Biederman2-2/+9
2014-12-05drm/i915: compute wait_ioctl timeout correctlyDaniel Vetter1-0/+1
2014-12-04bury struct proc_ns in fs/procAl Viro1-3/+1
2014-12-04copy address of proc_ns_ops into ns_commonAl Viro6-4/+14
2014-12-04new helpers: ns_alloc_inum/ns_free_inumAl Viro3-6/+6
2014-12-04make proc_ns_operations work with struct ns_common * instead of void *Al Viro3-27/+9
2014-12-04switch the rest of proc_ns_operations to working with &...->nsAl Viro3-16/+27
2014-12-04common object embedded into various struct ....nsAl Viro5-11/+11
2014-12-04workqueue: cosmetic update in rescuer_thread()Tejun Heo1-1/+1