aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-10-04Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+17
2015-10-03Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2015-10-02clocksource: Fix abs() usage w/ 64bit valuesJohn Stultz1-1/+1
2015-10-01genirq: Fix race in register_irq_proc()Ben Hutchings1-2/+17
2015-09-30Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+5
2015-09-28Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-0/+5
2015-09-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-33/+81
2015-09-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+11
2015-09-27Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-5/+5
2015-09-23locking/lockdep: Fix hlock->pin_count reset on lock stack rebuildsPeter Zijlstra1-5/+5
2015-09-22userfaultfd: revert "userfaultfd: waitqueue: add nr wake parameter to __wake_...Andrea Arcangeli1-4/+3
2015-09-21Merge branch 'for-4.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-26/+88
2015-09-20rcu: Suppress lockdep false positive for rcp->exp_funnel_mutexPaul E. McKenney1-0/+5
2015-09-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+11
2015-09-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-41/+35
2015-09-18sched: access local runqueue directly in single_task_runningDominik Dingel1-4/+11
2015-09-18perf: Fix races in computing the header sizesPeter Zijlstra1-6/+9
2015-09-18perf: Fix u16 overflowsPeter Zijlstra1-10/+40
2015-09-18perf: Restructure perf syscall point of no returnPeter Zijlstra1-17/+32
2015-09-18sched: Fix crash trying to dequeue/enqueue the idle threadPeter Zijlstra1-3/+11
2015-09-17Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-73/+26
2015-09-17Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-9/+42
2015-09-17Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2015-09-16Revert "sched, cgroup: replace signal_struct->group_rwsem with a global percp...Tejun Heo2-20/+61
2015-09-16Revert "cgroup: simplify threadgroup locking"Tejun Heo1-12/+33
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner4-22/+13
2015-09-16genirq: Move field 'msi_desc' from irq_data into irq_common_dataJiang Liu2-2/+2
2015-09-16genirq: Move field 'affinity' from irq_data into irq_common_dataJiang Liu3-11/+12
2015-09-16genirq: Move field 'handler_data' from irq_data into irq_common_dataJiang Liu2-3/+4
2015-09-16genirq: Move field 'node' from irq_data into irq_common_dataJiang Liu3-3/+4
2015-09-14clockevents: Remove unused set_mode() callbackViresh Kumar3-72/+25
2015-09-13time: Fix timekeeping_freqadjust()'s incorrect use of abs() instead of abs64()John Stultz1-1/+1
2015-09-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-0/+70
2015-09-11Merge tag 'pm+acpi-4.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2015-09-11sys_membarrier(): system-wide memory barrier (generic, x86)Mathieu Desnoyers3-0/+70
2015-09-11Merge branches 'pm-cpu', 'pm-cpuidle' and 'pm-domains'Rafael J. Wysocki1-1/+1
2015-09-11sched: 'Annotate' migrate_tasks()Wanpeng Li1-3/+26
2015-09-11locking/qspinlock/x86: Fix performance regression under unaccelerated VMsPeter Zijlstra1-1/+1
2015-09-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds13-2591/+2681
2015-09-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-6/+10
2015-09-10sysctl: fix int -> unsigned long assignments in INT_MIN caseIlya Dryomov1-5/+5
2015-09-10kexec: export KERNEL_IMAGE_SIZE to vmcoreinfoBaoquan He1-0/+3
2015-09-10kexec: align crash_notes allocation to make it be inside one physical pageBaoquan He1-1/+22
2015-09-10kexec: remove unnecessary test in kimage_alloc_crash_control_pages()Minfei Huang1-2/+1
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young8-1500/+1521
2015-09-10kexec: split kexec_file syscall code to kexec_file.cDave Young4-1045/+1079
2015-09-10kmod: handle UMH_WAIT_PROC from system unbound workqueueFrederic Weisbecker1-24/+20
2015-09-10kmod: use system_unbound_wq instead of khelperFrederic Weisbecker1-23/+17
2015-09-10kmod: add up-to-date explanations on the purpose of each asynchronous levelsFrederic Weisbecker1-8/+24
2015-09-10kmod: remove unecessary explicit wide CPU affinity settingFrederic Weisbecker1-3/+0
2015-09-10kmod: bunch of internal functions renamesFrederic Weisbecker1-13/+17
2015-09-10kmod: correct documentation of return status of request_moduleNeilBrown1-4/+5
2015-09-10kernel/cred.c: remove unnecessary kdebug atomic readsJoe Perches1-4/+9
2015-09-10kernel/extable.c: remove duplicated includeWei Yongjun1-1/+0
2015-09-09bpf: fix out of bounds access in verifier logAlexei Starovoitov1-2/+2
2015-09-09ebpf: fix fd refcount leaks related to maps in bpf syscallDaniel Borkmann1-4/+8
2015-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-5/+5
2015-09-08mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka1-4/+4
2015-09-08cgroup: fix seq_show_option merge with legacy_nameKees Cook1-1/+1
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-25/+228
2015-09-08Merge tag 'trace-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds8-416/+516
2015-09-08Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds8-37/+351
2015-09-08Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds6-421/+45
2015-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-2/+14
2015-09-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds8-99/+143
2015-09-05task_work: remove fifo ordering guaranteeEric Dumazet1-10/+2
2015-09-04userfaultfd: activate syscallAndrea Arcangeli1-0/+1
2015-09-04userfaultfd: add VM_UFFD_MISSING and VM_UFFD_WPAndrea Arcangeli1-1/+1
2015-09-04userfaultfd: add vm_userfaultfd_ctx to the vm_area_structAndrea Arcangeli1-0/+1
2015-09-04userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_keyAndrea Arcangeli1-3/+4
2015-09-04watchdog: rename watchdog_suspend() and watchdog_resume()Ulrich Obergfell1-4/+22
2015-09-04watchdog: use suspend/resume interface in fixup_ht_bug()Ulrich Obergfell1-35/+0
2015-09-04watchdog: use park/unpark functions in update_watchdog_all_cpus()Ulrich Obergfell1-38/+2
2015-09-04watchdog: introduce watchdog_suspend() and watchdog_resume()Ulrich Obergfell1-0/+65
2015-09-04watchdog: introduce watchdog_park_threads() and watchdog_unpark_threads()Ulrich Obergfell1-0/+36
2015-09-04kernel/watchdog: move NMI function header declarations from watchdog.h to nmi.hGuenter Roeck1-2/+0
2015-09-04watchdog: simplify housekeeping affinity with the appropriate maskFrederic Weisbecker1-4/+2
2015-09-04smpboot: allow passing the cpumask on per-cpu thread registrationFrederic Weisbecker2-11/+12
2015-09-04smpboot: make cleanup to mirror setupFrederic Weisbecker1-10/+2
2015-09-04smpboot: fix memory leak on error handlingFrederic Weisbecker1-0/+1
2015-09-04fs: create and use seq_show_option for escapingKees Cook1-3/+4
2015-09-04capabilities: ambient capabilitiesAndy Lutomirski1-0/+1
2015-09-04kernel/kthread.c:kthread_create_on_node(): clarify documentationAndrew Morton1-3/+4
2015-09-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds10-558/+306
2015-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds7-68/+295
2015-09-03ring-buffer: Revert "ring-buffer: Get timestamp after event is allocated"Steven Rostedt (Red Hat)1-106/+50
2015-09-03kernel/cpu_pm: fix cpu_cluster_pm_exit commentLina Iyer1-1/+1
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2-15/+7
2015-09-02Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds6-25/+474
2015-09-02Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2015-09-02nohz: Assert existing housekeepers when nohz full enabledFrederic Weisbecker1-4/+11
2015-09-02nohz: Affine unpinned timers to housekeepersVatika Harlalka1-2/+5
2015-09-01Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-3/+27
2015-09-01Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2015-09-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+4
2015-09-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds3-18/+25
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds11-76/+112
2015-09-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-75/+82
2015-09-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-0/+3
2015-09-01Merge branches 'pm-sleep', 'pm-domains' and 'pm-avs'Rafael J. Wysocki3-3/+27
2015-08-31Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-49/+35
2015-08-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+8
2015-08-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds18-815/+610
2015-08-31Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-106/+262
2015-08-31Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds14-498/+632
2015-08-31Merge tag 'driver-core-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-8/+8
2015-08-31Merge tag 'char-misc-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-9/+15
2015-08-31Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2-3/+20
2015-08-28bpf: add support for %s specifier to bpf_trace_printk()Alexei Starovoitov1-2/+30
2015-08-28lib: introduce strncpy_from_unsafe()Alexei Starovoitov1-16/+4
2015-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+20
2015-08-27add devm_memremap_pagesChristoph Hellwig1-0/+53
2015-08-26tracing/uprobes: Do not print '0x (null)' when offset is 0Wang Nan1-1/+16
2015-08-25Merge branch 'for-4.3-unified-base' into for-4.3Tejun Heo1-15/+26
2015-08-25cgroup: pids: fix invalid get/put usageAleksa Sarai1-15/+4
2015-08-25sched: Fix cpu_active_mask/cpu_online_mask raceJan H. Schönherr1-0/+8
2015-08-25Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-0/+12
2015-08-22Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+18
2015-08-22Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2015-08-22hrtimer: Handle failure of tick_init_highres() gracefullyGuenter Roeck1-0/+1
2015-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-30/+84
2015-08-20Merge branch 'fortglx/4.3/time' of https://git.linaro.org/people/john.stultz/...Thomas Gleixner4-29/+40
2015-08-20Merge branch 'perf/urgent' into perf/core, to pick up fixes before adding mor...Ingo Molnar5-9/+29
2015-08-20genirq: Introduce irq_chip_set_type_parent() helperGrygorii Strashko1-0/+17
2015-08-20genirq: Don't return ENOSYS in irq_chip_retrigger_hierarchyGrygorii Strashko1-1/+1
2015-08-18cgroup: introduce cgroup_subsys->legacy_nameTejun Heo1-11/+18
2015-08-18cgroup: don't print subsystems for the default hierarchyTejun Heo1-6/+9
2015-08-18hrtimer: Unconfuse switch_hrtimer_base() a bitFrederic Weisbecker1-8/+17
2015-08-18hrtimer: Simplify get_target_base() by returning current baseFrederic Weisbecker1-2/+2
2015-08-18timer: Write timer->flags atomicallyEric Dumazet1-2/+2
2015-08-18Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar6-36/+101
2015-08-17Merge branch 'for-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2015-08-17hrtimer: Drop return code of hrtimer_switch_to_hres()Luiz Capitulino1-4/+2
2015-08-17time: Introduce timespec64_to_jiffies()/jiffies_to_timespec64()Baolin Wang1-8/+13
2015-08-17time: Introduce current_kernel_time64()Baolin Wang1-3/+3
2015-08-17time: Add the common weak version of update_persistent_clock()Xunlei Pang1-0/+5
2015-08-17time: Always make sure wall_to_monotonic isn't positiveWang YanQing1-3/+10
2015-08-17time: Fix nanosecond file time rounding in timespec_trunc()Karsten Blees1-14/+8
2015-08-17timer_list: Add the base offset so remaining nsecs are accurate for non monot...John Stultz1-1/+1
2015-08-15percpu-rwsem: kill CONFIG_PERCPU_RWSEMOleg Nesterov1-2/+1
2015-08-15percpu-rwsem: introduce percpu_down_read_trylock()Oleg Nesterov1-0/+13
2015-08-14devres: add devm_memremapChristoph Hellwig1-0/+39
2015-08-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-28/+73
2015-08-14Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+10
2015-08-14arch: introduce memremap()Dan Williams2-0/+100
2015-08-14Move certificate handling to its own directoryDavid Howells3-323/+0
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-7/+18
2015-08-12fixup: audit: implement audit by executableRichard Guy Briggs1-3/+9
2015-08-12bpf: fix bpf_perf_event_read() loop upper boundWei-Chun Chao1-1/+1
2015-08-12userns,pidns: Force thread group sharing, not signal handler sharing.Eric W. Biederman2-6/+6
2015-08-12unshare: Unsharing a thread does not require unsharing a vmEric W. Biederman1-10/+18
2015-08-12PKCS#7: Appropriately restrict authenticated attributes and content typeDavid Howells2-3/+6
2015-08-12modsign: Use extract-cert to process CONFIG_SYSTEM_TRUSTED_KEYSDavid Woodhouse2-13/+15
2015-08-12Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar14-498/+620
2015-08-12sched/deadline: Fix comment in enqueue_task_dl()Andrea Parri1-1/+1
2015-08-12sched/deadline: Fix comment in push_dl_tasks()Andrea Parri1-1/+1
2015-08-12sched: Change the sched_class::set_cpus_allowed() calling contextPeter Zijlstra3-81/+26
2015-08-12sched: Make sched_class::set_cpus_allowed() unconditionalPeter Zijlstra7-18/+36
2015-08-12sched: Fix a race between __kthread_bind() and sched_setaffinity()Peter Zijlstra3-11/+51
2015-08-12sched: Ensure a task has a non-normalized vruntime when returning back to CFSByungchul Park1-2/+17
2015-08-12sched/numa: Fix NUMA_DIRECT topology identificationAravind Gopalakrishnan1-1/+3
2015-08-12locking/qrwlock: Make use of _{acquire|release|relaxed}() atomicsWill Deacon1-12/+12
2015-08-12perf/ring-buffer: Clarify the use of page::private for high-order AUX allocat...Alexander Shishkin1-1/+4
2015-08-12Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n...Ingo Molnar2-26/+71
2015-08-12perf: Fix PERF_EVENT_IOC_PERIOD migration racePeter Zijlstra1-20/+55
2015-08-12perf: Fix double-free of the AUX bufferBen Hutchings1-4/+6
2015-08-11tracing: Allow triggers to filter for CPU ids and process namesDaniel Wagner2-2/+77
2015-08-10mm: enhance region_is_ram() to region_intersects()Dan Williams1-25/+36
2015-08-10cpuset: use trialcs->mems_allowed as a temp variableAlban Crequy1-1/+1
2015-08-10kernel: broadcast-hrtimer: Migrate to new 'set-state' interfaceViresh Kumar1-29/+20
2015-08-09bpf: Implement function bpf_perf_event_read() that get the selected hardware ...Kaixu Xia2-15/+64
2015-08-09bpf: Add new bpf map type to store the pointer to struct perf_eventKaixu Xia1-0/+57
2015-08-09bpf: Make the bpf_prog_array_map more genericWang Nan3-33/+51
2015-08-09perf: add the necessary core perf APIs when accessing events counters in eBPF...Kaixu Xia1-0/+78
2015-08-09Merge 4.2-rc6 into char-misc-nextGreg Kroah-Hartman3-7/+18
2015-08-07modsign: Add explicit CONFIG_SYSTEM_TRUSTED_KEYS optionDavid Woodhouse1-60/+65
2015-08-07modsign: Use single PEM file for autogenerated keyDavid Woodhouse1-8/+7
2015-08-07modsign: Extract signing cert from CONFIG_MODULE_SIG_KEY if neededDavid Woodhouse1-0/+38
2015-08-07modsign: Allow external signing key to be specifiedDavid Woodhouse1-0/+5
2015-08-07MODSIGN: Extract the blob PKCS#7 signature verifier from module signingDavid Howells2-43/+51
2015-08-07system_keyring.c doesn't need to #include module-internal.hDavid Howells1-1/+0
2015-08-07MODSIGN: Use PKCS#7 messages as module signaturesDavid Howells1-176/+44
2015-08-07kernel: exit: fix typo in commentFrans Klaver1-1/+1
2015-08-07kthread: export kthread functionsDavid Kershner1-0/+4
2015-08-07signal: fix information leak in copy_siginfo_to_userAmanieu d'Antras1-3/+6
2015-08-07signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras1-2/+2
2015-08-06audit: implement audit by executableRichard Guy Briggs5-1/+92
2015-08-06audit: clean simple fsnotify implementationRichard Guy Briggs4-2/+232
2015-08-06audit: use macros for unset inode and device valuesRichard Guy Briggs3-8/+8
2015-08-06tracing, perf: Implement BPF programs attached to uprobesWang Nan3-3/+8
2015-08-05kernel, cpu: Remove bogus __ref annotationsMathias Krause1-8/+8
2015-08-05audit: make audit_del_rule() more robustRichard Guy Briggs1-6/+6
2015-08-05cgroup: export cgrp_dfl_rootTejun Heo1-0/+1
2015-08-05cpu-hotplug: export cpu_hotplug_enable/cpu_hotplug_disableVitaly Kuznetsov1-1/+2
2015-08-05cpu-hotplug: convert cpu_hotplug_disabled to a counterVitaly Kuznetsov1-8/+13
2015-08-05audit: fix uninitialized variable in audit_add_rule()Paul Moore1-1/+1
2015-08-04audit: eliminate unnecessary extra layer of watch parent referencesRichard Guy Briggs1-4/+2
2015-08-04audit: eliminate unnecessary extra layer of watch referencesRichard Guy Briggs2-16/+5
2015-08-04workqueue: Make flush_workqueue() available again to non GPL modulesTim Gardner1-1/+1
2015-08-04rcu,locking: Privatize smp_mb__after_unlock_lock()Paul E. McKenney1-0/+12