summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kexec: remove unnecessary returnXishi Qiu2013-09-111-4/+1
* __ptrace_may_access() should not deny sub-threadsMark Grondona2013-09-111-1/+1
* kprobes: allow to specify custom allocator for insn cachesHeiko Carstens2013-09-111-2/+18
* kprobes: unify insn cachesHeiko Carstens2013-09-111-54/+21
* task_work: documentationOleg Nesterov2013-09-111-0/+36
* task_work: minor cleanupsOleg Nesterov2013-09-111-2/+2
* kernel/smp.c: quit unconditionally enabling irqs in on_each_cpu_mask().David Daney2013-09-111-4/+7
* extable: skip sorting if the table is emptyUwe Kleine-König2013-09-111-1/+1
* smp.h: move !SMP version of on_each_cpu() out-of-lineDavid Daney2013-09-111-0/+11
* up.c: use local_irq_{save,restore}() in smp_call_function_single.David Daney2013-09-111-3/+5
* smp: quit unconditionally enabling irq in on_each_cpu_mask and on_each_cpu_condDavid Daney2013-09-111-0/+39
* kernel/spinlock.c: add default arch_*_relax definitions for GENERIC_LOCKBREAKWill Deacon2013-09-111-0/+14
* kernel/smp.c: free related resources when failure occurs in hotplug_cfd()Chen Gang2013-09-111-1/+4
* kernel/modsign_pubkey.c: fix init const for module signing codeAndi Kleen2013-09-111-3/+3
* kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user()Mathieu Desnoyers2013-09-111-2/+2
* mm: prepare to remove /proc/sys/vm/hugepages_treat_as_movableNaoya Horiguchi2013-09-111-1/+1
* mm: use zone_end_pfn() instead of zone_start_pfn+spanned_pagesXishi Qiu2013-09-111-6/+6
* mm: mempolicy: turn vma_set_policy() into vma_dup_policy()Oleg Nesterov2013-09-111-6/+3
* fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID checksOleg Nesterov2013-09-111-15/+9
* pidns: kill the unnecessary CLONE_NEWPID in copy_process()Oleg Nesterov2013-09-111-3/+2
* pidns: fix vfork() after unshare(CLONE_NEWPID)Oleg Nesterov2013-09-111-3/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-101-16/+17
|\
| * Kill indirect include of file.h from eventfd.h, use fdget() in cgroup.cAl Viro2013-09-071-16/+17
* | Merge tag 'trace-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2013-09-096-209/+65
|\ \
| * | ftrace/rcu: Do not trace debug_lockdep_rcu_enabled()Steven Rostedt (Red Hat)2013-09-051-1/+1
| * | ftrace: Fix a slight race in modifying what function callback gets tracedSteven Rostedt (Red Hat)2013-09-031-1/+16
| * | tracing: Make tracing_cpumask available for all instancesAlexander Z Lam2013-08-222-17/+21
| * | tracing: Kill the !CONFIG_MODULES code in trace_events.cOleg Nesterov2013-08-211-12/+6
| * | tracing: Don't pass file_operations array to event_create_dir()Oleg Nesterov2013-08-211-34/+12
| * | tracing: Kill trace_create_file_ops() and friendsOleg Nesterov2013-08-211-144/+9
| * | tracing/syscalls: Annotate raw_init function with __initLi Zefan2013-08-211-5/+5
* | | Merge tag 'xfs-for-linus-v3.12-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds2013-09-091-0/+1
|\ \ \ | |_|/ |/| |
| * | xfs: ioctl check for capabilities in the current user namespaceDwight Engen2013-08-151-0/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-09-0711-59/+27
|\ \ \
| * | | userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman2013-08-306-26/+14
| * | | pidns: Don't have unshare(CLONE_NEWPID) imply CLONE_THREADEric W. Biederman2013-08-301-5/+0
| * | | namespaces: Simplify copy_namespaces so it is clear what is going on.Eric W. Biederman2013-08-301-24/+11
| * | | pidns: Fix hang in zap_pid_ns_processes by sending a potentially extra wakeupEric W. Biederman2013-08-301-0/+1
| * | | userns: Better restrictions on when proc and sysfs can be mountedEric W. Biederman2013-08-262-4/+0
| * | | kernel/nsproxy.c: Improving a snippet of code.Raphael S.Carvalho2013-08-261-1/+2
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-09-071-22/+10
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2013-09-0769-1908/+2886
| |\ \ \
| * | | | padata - Register hotcpu notifier after initializationRichard Weinberger2013-08-291-6/+6
| * | | | padata - share code between CPU_ONLINE and CPU_DOWN_FAILED, same to CPU_DOWN_...Chen Gang2013-08-291-16/+4
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-061-41/+66
|\ \ \ \ \
| * | | | | workqueue: fix some scripts/kernel-doc warningsYacine Belkadi2013-08-201-41/+66
| | |/ / / | |/| | |
* | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-09-051-8/+11
|\ \ \ \ \
| * | | | | sched/cputime: Do not scale when utime == 0Stanislaw Gruszka2013-09-041-8/+11
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-051-7/+6
|\ \ \ \ \ \
| * | | | | | switch copy_module_from_fd() to fdgetAl Viro2013-09-031-7/+6