aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-03-04Merge tag 'trace-fixes-v4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-12/+15
2016-03-04tracing: Do not have 'comm' filter override event 'comm' fieldSteven Rostedt (Red Hat)2-12/+15
2016-02-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-128/+240
2016-02-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2016-02-25Merge tag 'trace-fixes-v4.5-rc5-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+2
2016-02-25Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+3
2016-02-25perf: Robustify task_function_call()Peter Zijlstra1-20/+20
2016-02-25perf: Fix scaling vs. perf_install_in_context()Peter Zijlstra1-45/+70
2016-02-25perf: Fix scaling vs. perf_event_enable()Peter Zijlstra1-19/+23
2016-02-25perf: Fix scaling vs. perf_event_enable_on_exec()Peter Zijlstra1-0/+1
2016-02-25perf: Fix ctx time tracking by introducing EVENT_TIMEPeter Zijlstra1-12/+30
2016-02-25perf: Cure event->pending_disable racePeter Zijlstra1-3/+3
2016-02-25perf: Fix race between event install and jump_labelsPeter Zijlstra1-8/+41
2016-02-25perf: Fix cloningPeter Zijlstra1-15/+14
2016-02-25perf: Only update context time when activePeter Zijlstra1-6/+6
2016-02-25perf: Allow perf_release() with !event->ctxPeter Zijlstra1-3/+13
2016-02-25perf: Do not double freePeter Zijlstra1-1/+6
2016-02-25perf: Close install vs. exit racePeter Zijlstra1-9/+26
2016-02-24tracing: Fix showing function event in available_eventsSteven Rostedt (Red Hat)1-1/+2
2016-02-23devm_memremap: Fix error value when memremap failedToshi Kani1-1/+3
2016-02-22Merge tag 'trace-fixes-v4.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+5
2016-02-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+1
2016-02-20kernel/resource.c: fix muxed resource handling in __request_region()Simon Guinot1-2/+3
2016-02-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2016-02-19tracing, kasan: Silence Kasan warning in check_stack of stack_tracerYang Shi1-1/+5
2016-02-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-35/+5
2016-02-18devm_memremap_release(): fix memremap'd addr handlingToshi Kani1-1/+1
2016-02-17ftrace/module: remove ftrace module notifierJessica Yu2-35/+5
2016-02-17perf/core: Plug potential memory leak in CPU_UP_PREPAREThomas Gleixner1-1/+1
2016-02-17perf/core: Remove the bogus and dangerous CPU_DOWN_FAILED hotplug stateThomas Gleixner1-1/+0
2016-02-17perf/core: Remove bogus UP_CANCELED hotplug stateThomas Gleixner1-1/+0
2016-02-17sched/deadline: Fix trivial typo in printk() messageSteven Rostedt1-1/+1
2016-02-14Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-6/+10
2016-02-11mm: fix pfn_t vs highmemDan Williams1-1/+1
2016-02-11kernel/locking/lockdep.c: convert hash tables to hlistsAndrew Morton1-23/+19
2016-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2016-02-10bpf: fix branch offset adjustment on backjumps after patching ctx expansionDaniel Borkmann1-1/+1
2016-02-10Merge branch 'for-4.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-30/+72
2016-02-10Merge branch 'for-4.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+67
2016-02-10workqueue: handle NUMA_NO_NODE for unbound pool_workqueue lookupTejun Heo1-0/+10
2016-02-09Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-45/+75
2016-02-09workqueue: implement "workqueue.debug_force_rr_cpu" debug featureTejun Heo1-2/+21
2016-02-09workqueue: schedule WORK_CPU_UNBOUND work on wq_unbound_cpumask CPUsMike Galbraith1-2/+32
2016-02-09Revert "workqueue: make sure delayed work run in local cpu"Tejun Heo1-4/+4
2016-02-09locking/lockdep: Fix stack trace caching logicDmitry Vyukov1-6/+10
2016-02-05signals: avoid random wakeups in sigsuspend()Sasha Levin1-2/+4
2016-02-03Merge tag 'trace-v4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+7
2016-02-03modules: fix longstanding /proc/kallsyms vs module insertion race.Rusty Russell1-43/+69
2016-02-03module: wrapper for symbol name.Rusty Russell1-11/+15
2016-02-03modules: fix modparam async_probe requestLuis R. Rodriguez1-1/+1
2016-02-01Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-8/+12
2016-01-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-30/+61
2016-01-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-9/+25
2016-01-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-635/+641
2016-01-31Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-72/+81
2016-01-31Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-5/+11
2016-01-31phys_to_pfn_t: use phys_addr_tDan Williams1-1/+1
2016-01-30pid: Fix spelling in commentsZhen Lei1-1/+1
2016-01-29devm_memremap_pages: fix vmem_altmap lifetime + alignment handlingDan Williams1-7/+11
2016-01-29Merge tag 'pm+acpi-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+2
2016-01-29Merge branches 'pm-cpuidle', 'pm-cpufreq', 'pm-domains' and 'pm-sleep'Rafael J. Wysocki2-2/+2
2016-01-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-11/+11
2016-01-29workqueue: skip flush dependency checks for legacy workqueuesTejun Heo1-1/+2
2016-01-29tracing/stacktrace: Show entire trace if passed in function not foundSteven Rostedt1-0/+7
2016-01-29perf: Remove/simplify lockdep annotationPeter Zijlstra1-21/+1
2016-01-29perf: Synchronously clean up child eventsPeter Zijlstra1-90/+84
2016-01-29perf: Untangle 'owner' confusionPeter Zijlstra1-2/+12
2016-01-29perf: Add flags argument to perf_remove_from_context()Peter Zijlstra1-11/+12
2016-01-29perf: Clean up sync_child_event()Peter Zijlstra1-42/+39
2016-01-29perf: Robustify event->owner usage and SMP orderingPeter Zijlstra1-10/+10
2016-01-29perf: Fix STATE_EXIT usagePeter Zijlstra1-2/+4
2016-01-29perf: Update locking orderPeter Zijlstra1-1/+1
2016-01-29perf: Remove __free_event()Peter Zijlstra1-25/+20
2016-01-29perf/bpf: Convert perf_event_array to use struct fileAlexei Starovoitov3-25/+31
2016-01-29perf: Fix NULL derefPeter Zijlstra1-2/+2
2016-01-28Merge tag 'trace-v4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-1/+1
2016-01-28perf: Fix race in perf_event_exit_task_context()Peter Zijlstra1-21/+29
2016-01-28perf: Fix orphan holePeter Zijlstra1-2/+2
2016-01-28Merge tag 'seccomp-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...James Morris1-11/+11
2016-01-27PM: APM_EMULATION does not depend on PMArnd Bergmann1-1/+1
2016-01-27seccomp: always propagate NO_NEW_PRIVS on tsyncJann Horn1-11/+11
2016-01-27tick/nohz: Set the correct expiry when switching to nohz/lowres modeWanpeng Li1-2/+2
2016-01-26tick/sched: Hide unused oneshot timer codeArnd Bergmann1-5/+7
2016-01-26irqdomain: Allow domain lookup with DOMAIN_BUS_WIRED tokenMarc Zyngier1-3/+8
2016-01-26rtmutex: Make wait_lock irq safeThomas Gleixner2-72/+81
2016-01-22wrappers for ->i_mutex accessAl Viro5-8/+8
2016-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+14
2016-01-22cgroup: make sure a parent css isn't freed before its childrenTejun Heo1-3/+4
2016-01-22cgroup: make sure a parent css isn't offlined before its childrenTejun Heo1-5/+17
2016-01-22cpuset: make mm migration asynchronousTejun Heo2-22/+51
2016-01-22sched/numa: Fix use-after-free bug in the task_numa_compareGavin Guo1-7/+23
2016-01-22ntp: Fix ADJ_SETOFFSET being used w/ ADJ_NANOJohn Stultz1-2/+12
2016-01-22cpuidle: fix fallback mechanism for suspend to idle in absence of enter_freezeSudeep Holla1-1/+1
2016-01-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds14-96/+104
2016-01-21Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-3/+6
2016-01-21perf: Synchronously free aux pages in case of allocation failureAlexander Shishkin1-20/+20
2016-01-21perf: Fix perf_event_exit_task() racePeter Zijlstra1-66/+85
2016-01-21perf: Add more assertionsPeter Zijlstra1-0/+9
2016-01-21perf: Collapse and fix event_function_call() usersPeter Zijlstra2-200/+167
2016-01-21perf: Specialize perf_event_exit_task()Peter Zijlstra1-7/+11
2016-01-21perf: Fix task context schedulingPeter Zijlstra1-64/+91
2016-01-21perf: Make ctx->is_active and cpuctx->task_ctx consistentPeter Zijlstra1-7/+14
2016-01-21perf: Optimize perf_sched_events() usagePeter Zijlstra1-6/+16
2016-01-21perf: Simplify/fix perf_event_enable() event schedulingPeter Zijlstra1-26/+5
2016-01-21perf: Use task_ctx_sched_out()Peter Zijlstra1-2/+1
2016-01-21perf: Fix perf_enable_on_exec() event schedulingPeter Zijlstra1-20/+27
2016-01-21perf: Remove stale commentPeter Zijlstra1-7/+0
2016-01-21perf: Fix cgroup scheduling in perf_enable_on_exec()Peter Zijlstra1-24/+7
2016-01-21perf: Fix cgroup event schedulingPeter Zijlstra1-7/+10
2016-01-21perf: Add lockdep assertionsPeter Zijlstra1-2/+8
2016-01-20Merge tag 'pm+acpi-4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-7/+1
2016-01-20prctl: take mmap sem for writing to protect against othersMateusz Guzik1-10/+10
2016-01-20kernel: printk: specify alignment for struct printk_logAndrey Ryabinin1-5/+5
2016-01-20sysctl: enable strict writesKees Cook1-1/+1
2016-01-20kexec: move some memembers and definitions within the scope of CONFIG_KEXEC_FILEXunlei Pang2-0/+23
2016-01-20kernel/kexec_core.c: use list_for_each_entry_safe in kimage_free_page_listGeliang Tang1-5/+2
2016-01-20kexec: set KEXEC_TYPE_CRASH before sanity_check_segment_list()Xunlei Pang1-5/+5
2016-01-20kernel/cpu.c: make set_cpu_* static inlinesRasmus Villemoes1-34/+0
2016-01-20kernel/cpu.c: eliminate cpu_*_maskRasmus Villemoes1-8/+0
2016-01-20kernel/cpu.c: export __cpu_*_maskRasmus Villemoes1-5/+9
2016-01-20kernel/cpu.c: change type of cpu_possible_bits and friendsRasmus Villemoes1-22/+22
2016-01-20exit: remove unneeded declaration of exit_mm()Dmitry Safonov1-2/+0
2016-01-20ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn5-13/+36
2016-01-20ptrace: task_stopped_code(ptrace => true) can't see TASK_STOPPED taskOleg Nesterov1-2/+1
2016-01-20ptrace: make wait_on_bit(JOBCTL_TRAPPING_BIT) in ptrace_attach() killableOleg Nesterov1-2/+8
2016-01-21Merge branch 'pm-cpuidle'Rafael J. Wysocki2-7/+1
2016-01-19pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau1-0/+14
2016-01-19sched / idle: Drop default_idle_call() fallback from call_cpuidle()Rafael J. Wysocki1-6/+0
2016-01-19sched: Fix crash in sched_init_numa()Raghavendra K T1-1/+1
2016-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds3-5/+5
2016-01-17Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-10/+7
2016-01-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-75/+294
2016-01-17Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-0/+1
2016-01-17itimers: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner1-1/+1
2016-01-17posix-timers: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner1-1/+1
2016-01-17hrtimer: Handle remaining time proper for TIME_LOW_RESThomas Gleixner2-19/+38
2016-01-16printk: change recursion_bug type to boolSergey Senozhatsky1-3/+3
2016-01-16printk: do cond_resched() between lines while outputting to consolesTejun Heo2-3/+35
2016-01-16printk: only unregister boot consoles when necessaryThierry Reding1-1/+25
2016-01-16kernel/stop_machine.c: remove CONFIG_SMP dependenciesAndrew Morton1-4/+0
2016-01-15mm: bring in additional flag for fixup_user_fault to signal unlockDominik Dingel1-1/+1
2016-01-15mm, x86: get_user_pages() for dax mappingsDan Williams1-0/+12
2016-01-15mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gupDan Williams1-4/+49
2016-01-15x86, mm: introduce vmem_altmap to augment vmemmap_populate()Dan Williams1-2/+70
2016-01-15mm: introduce find_dev_pagemap()Dan Williams1-8/+77
2016-01-15mm, dax, pmem: introduce pfn_tDan Williams1-0/+7
2016-01-15futex, thp: remove special case for THP in get_futex_keyKirill A. Shutemov1-49/+14
2016-01-15memcg: adjust to support new THP refcountingKirill A. Shutemov1-3/+4
2016-01-15rmap: add argument to charge compound pageKirill A. Shutemov1-2/+2
2016-01-15time: nohz: Expose tick_nohz_enabledJean Delvare1-1/+1
2016-01-15irqdomain: Export irq_domain_set_info() for module useKeith Busch1-0/+1
2016-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-17/+43
2016-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds4-302/+234
2016-01-14mm: rework virtual memory accountingKonstantin Khlebnikov1-3/+2
2016-01-14vmstat: make vmstat_updater deferrable again and shut down on idleChristoph Lameter1-0/+1
2016-01-14mm: mmap: add new /proc tunable for mmap_base ASLRDaniel Cashman1-0/+22
2016-01-14mm, shmem: add internal shmem resident memory accountingJerome Marchand1-1/+1
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov4-13/+17
2016-01-14genirq/MSI: Relax msi_domain_alloc() to support parentless MSI irqdomainsLiu Jiang1-3/+5
2016-01-14genirq: Validate action before dereferencing it in handle_irq_event_percpu()Thomas Gleixner1-2/+3
2016-01-14tracing: Fix stacktrace skip depth in trace_buffer_unlock_commit_regs()Steven Rostedt (Red Hat)1-1/+1
2016-01-13Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+9
2016-01-13audit: Delete unnecessary checks before two function callsMarkus Elfring1-5/+2
2016-01-13audit: wake up threads if queue switched from limited to unlimitedRichard Guy Briggs1-1/+2
2016-01-13audit: include auditd's threads in audit_log_start() wait exceptionRichard Guy Briggs1-1/+1
2016-01-13audit: remove audit_backlog_wait_overflowPaul Moore1-2/+1
2016-01-13audit: don't needlessly reset valid wait timeRichard Guy Briggs1-1/+1
2016-01-12Merge tag 'pm+acpi-4.5-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-15/+11
2016-01-12Merge tag 'trace-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds6-228/+300
2016-01-12Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds6-62/+48
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds6-59/+187
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-104/+51
2016-01-12Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2016-01-12net: bpf: reject invalid shiftsRabin Vincent1-0/+10
2016-01-12Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+3
2016-01-12Merge branches 'clockevents/4.4-fixes' and 'clockevents/4.5-fixes' of http://...Thomas Gleixner32-218/+363
2016-01-11Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds4-15/+231
2016-01-11Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-14/+109
2016-01-11Merge branches 'timers-core-for-linus' and 'timers-urgent-for-linus' of git:/...Linus Torvalds8-31/+117
2016-01-12Merge branches 'pm-sleep' and 'pm-tools'Rafael J. Wysocki2-15/+11
2016-01-11Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2016-01-11Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-7/+58
2016-01-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-286/+404
2016-01-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-177/+109
2016-01-11Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-88/+730
2016-01-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-217/+342
2016-01-10cgroup: fix a typo.Rami Rosen1-1/+1
2016-01-09restrict /dev/mem to idle io memory rangesDan Williams1-2/+9
2016-01-08Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-1/+2
2016-01-08Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-29/+6
2016-01-08Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+3
2016-01-07ftrace: Fix the race between ftrace and insmodQiu Peiyang1-9/+16
2016-01-07Merge tag 'trace-v4.4-rc4-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+6
2016-01-07ftrace: Add infrastructure for delayed enabling of module functionsSteven Rostedt (Red Hat)1-55/+106
2016-01-07ftrace/module: Call clean up function when module init fails earlySteven Rostedt (Red Hat)1-0/+6
2016-01-07workqueue: simplify the apply_workqueue_attrs_locked()wanghaibin1-7/+4
2016-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-01-06Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar9-217/+342
2016-01-06perf/core: Collapse more IPI loopsPeter Zijlstra1-73/+33
2016-01-06Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n...Ingo Molnar1-29/+6