aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-10-25keys: change asymmetric keys to use common hash definitionsDmitry Kasatkin
2013-09-25KEYS: Make the system 'trusted' keyring viewable by userspaceMimi Zohar
2013-09-25KEYS: Add a 'trusted' flag and a 'trusted only' flagDavid Howells
2013-09-25KEYS: Separate the kernel signature checking keyring from module signingDavid Howells
2013-09-25KEYS: Have make canonicalise the paths of the X.509 certs better to deduplicateDavid Howells
2013-09-25KEYS: Load *.x509 files into kernel keyringDavid Howells
2013-09-25KEYS: Rename public key parameter name arraysDavid Howells
2013-09-24KEYS: Add per-user_namespace registers for persistent per-UID kerberos cachesDavid Howells
2013-09-18Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2013-09-18Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-09-16sched: Fix comment for sched_info_departMichael S. Tsirkin
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky
2013-09-12Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds
2013-09-12kernel: replace strict_strto*() with kstrto*()Jingoo Han
2013-09-12memcg: reduce function dereferenceSha Zhengju
2013-09-12memcg: avoid overflow caused by PAGE_ALIGNSha Zhengju
2013-09-12memcg: rename RESOURCE_MAX to RES_COUNTER_MAXSha Zhengju
2013-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-09-12Merge tag 'pm+acpi-fixes-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-09-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-09-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-09-12sched/debug: Take PID namespace into accountPeter Zijlstra
2013-09-12sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...Daisuke Nishimura
2013-09-12uprobes: Fix utask->depth accounting in handle_trampoline()Oleg Nesterov
2013-09-12timekeeping: Fix HRTICK related deadlock from ntp lock changesJohn Stultz
2013-09-11panic: call panic handlers before kmsg_dumpKees Cook
2013-09-11kexec: remove unnecessary returnXishi Qiu
2013-09-11__ptrace_may_access() should not deny sub-threadsMark Grondona
2013-09-11kprobes: allow to specify custom allocator for insn cachesHeiko Carstens
2013-09-11kprobes: unify insn cachesHeiko Carstens
2013-09-11task_work: documentationOleg Nesterov
2013-09-11task_work: minor cleanupsOleg Nesterov
2013-09-11kernel/smp.c: quit unconditionally enabling irqs in on_each_cpu_mask().David Daney
2013-09-11extable: skip sorting if the table is emptyUwe Kleine-König
2013-09-11smp.h: move !SMP version of on_each_cpu() out-of-lineDavid Daney
2013-09-11up.c: use local_irq_{save,restore}() in smp_call_function_single.David Daney
2013-09-11smp: quit unconditionally enabling irq in on_each_cpu_mask and on_each_cpu_condDavid Daney
2013-09-11kernel/spinlock.c: add default arch_*_relax definitions for GENERIC_LOCKBREAKWill Deacon
2013-09-11kernel/smp.c: free related resources when failure occurs in hotplug_cfd()Chen Gang
2013-09-11kernel/modsign_pubkey.c: fix init const for module signing codeAndi Kleen
2013-09-11kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user()Mathieu Desnoyers
2013-09-11mm: prepare to remove /proc/sys/vm/hugepages_treat_as_movableNaoya Horiguchi
2013-09-11mm: use zone_end_pfn() instead of zone_start_pfn+spanned_pagesXishi Qiu
2013-09-11mm: mempolicy: turn vma_set_policy() into vma_dup_policy()Oleg Nesterov
2013-09-11fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID checksOleg Nesterov
2013-09-11pidns: kill the unnecessary CLONE_NEWPID in copy_process()Oleg Nesterov
2013-09-11pidns: fix vfork() after unshare(CLONE_NEWPID)Oleg Nesterov
2013-09-11perf: Fix up MMAP2 buffer space reservationArnaldo Carvalho de Melo
2013-09-10fs: bump inode and dentry counters to longGlauber Costa