summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2015-08-17time: Always make sure wall_to_monotonic isn't positiveWang YanQing
2015-08-17time: Fix nanosecond file time rounding in timespec_trunc()Karsten Blees
2015-08-17timer_list: Add the base offset so remaining nsecs are accurate for non monot...John Stultz
2015-08-15percpu-rwsem: kill CONFIG_PERCPU_RWSEMOleg Nesterov
2015-08-15percpu-rwsem: introduce percpu_down_read_trylock()Oleg Nesterov
2015-08-14devres: add devm_memremapChristoph Hellwig
2015-08-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-08-14Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2015-08-14arch: introduce memremap()Dan Williams
2015-08-14Move certificate handling to its own directoryDavid Howells
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-13fixup: audit: implement audit by executableRichard Guy Briggs
2015-08-12bpf: fix bpf_perf_event_read() loop upper boundWei-Chun Chao
2015-08-12userns,pidns: Force thread group sharing, not signal handler sharing.Eric W. Biederman
2015-08-12unshare: Unsharing a thread does not require unsharing a vmEric W. Biederman
2015-08-12PKCS#7: Appropriately restrict authenticated attributes and content typeDavid Howells
2015-08-12modsign: Use extract-cert to process CONFIG_SYSTEM_TRUSTED_KEYSDavid Woodhouse
2015-08-12Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2015-08-12sched/deadline: Fix comment in enqueue_task_dl()Andrea Parri
2015-08-12sched/deadline: Fix comment in push_dl_tasks()Andrea Parri
2015-08-12sched: Change the sched_class::set_cpus_allowed() calling contextPeter Zijlstra
2015-08-12sched: Make sched_class::set_cpus_allowed() unconditionalPeter Zijlstra
2015-08-12sched: Fix a race between __kthread_bind() and sched_setaffinity()Peter Zijlstra
2015-08-12sched: Ensure a task has a non-normalized vruntime when returning back to CFSByungchul Park
2015-08-12sched/numa: Fix NUMA_DIRECT topology identificationAravind Gopalakrishnan
2015-08-12locking/qrwlock: Make use of _{acquire|release|relaxed}() atomicsWill Deacon
2015-08-12perf/ring-buffer: Clarify the use of page::private for high-order AUX allocat...Alexander Shishkin
2015-08-12Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n...Ingo Molnar
2015-08-12perf: Fix PERF_EVENT_IOC_PERIOD migration racePeter Zijlstra
2015-08-12perf: Fix double-free of the AUX bufferBen Hutchings
2015-08-11tracing: Allow triggers to filter for CPU ids and process namesDaniel Wagner
2015-08-11mm: enhance region_is_ram() to region_intersects()Dan Williams
2015-08-10cpuset: use trialcs->mems_allowed as a temp variableAlban Crequy
2015-08-10kernel: broadcast-hrtimer: Migrate to new 'set-state' interfaceViresh Kumar
2015-08-10bpf: Implement function bpf_perf_event_read() that get the selected hardware ...Kaixu Xia
2015-08-10bpf: Add new bpf map type to store the pointer to struct perf_eventKaixu Xia
2015-08-10bpf: Make the bpf_prog_array_map more genericWang Nan
2015-08-10perf: add the necessary core perf APIs when accessing events counters in eBPF...Kaixu Xia
2015-08-09Merge 4.2-rc6 into char-misc-nextGreg Kroah-Hartman
2015-08-07modsign: Add explicit CONFIG_SYSTEM_TRUSTED_KEYS optionDavid Woodhouse
2015-08-07modsign: Use single PEM file for autogenerated keyDavid Woodhouse
2015-08-07modsign: Extract signing cert from CONFIG_MODULE_SIG_KEY if neededDavid Woodhouse
2015-08-07modsign: Allow external signing key to be specifiedDavid Woodhouse
2015-08-07MODSIGN: Extract the blob PKCS#7 signature verifier from module signingDavid Howells
2015-08-07system_keyring.c doesn't need to #include module-internal.hDavid Howells
2015-08-07MODSIGN: Use PKCS#7 messages as module signaturesDavid Howells
2015-08-07kernel: exit: fix typo in commentFrans Klaver
2015-08-07kthread: export kthread functionsDavid Kershner
2015-08-07signal: fix information leak in copy_siginfo_to_userAmanieu d'Antras
2015-08-07signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras