aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-12-03context_tracking: Restore previous state in schedule_userAndy Lutomirski1-2/+6
2014-11-23uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUMEAndy Lutomirski1-1/+0
2014-11-23sched: Provide update_curr callbacks for stop/idle scheduling classesThomas Gleixner2-0/+10
2014-11-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-43/+42
2014-11-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+5
2014-11-16sched/cputime: Fix clock_nanosleep()/clock_gettime() inconsistencyStanislaw Gruszka5-27/+24
2014-11-16sched/cputime: Fix cpu_timer_sample_group() double accountingPeter Zijlstra2-14/+1
2014-11-16sched/numa: Avoid selecting oneself as swap targetPeter Zijlstra1-0/+7
2014-11-16perf: Fix corruption of sibling list with hotplugMark Rutland1-3/+5
2014-11-14Merge tag 'pm+acpi-3.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2014-11-13kernel/panic.c: update comments for print_taintedXie XiuQi1-0/+1
2014-11-13Merge branch 'stable-3.18' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2-1/+2
2014-11-11audit: keep inode pinnedMiklos Szeredi1-0/+1
2014-11-10tracing: Do not risk busy looping in buffer spliceRabin Vincent1-2/+8
2014-11-10tracing: Do not busy wait in buffer spliceRabin Vincent2-43/+61
2014-11-10sched/numa: Fix out of bounds read in sched_init_numa()Andrey Ryabinin1-0/+4
2014-11-08PM / sleep: Fix entering suspend-to-IDLE if no freeze_oops is setDmitry Eremin-Solenikov1-2/+2
2014-11-04sched: Remove lockdep check in sched_move_task()Kirill Tkhai1-2/+6
2014-10-31Merge tag 'pm+acpi-3.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+7
2014-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-5/+15
2014-10-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-55/+97
2014-10-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-21/+1
2014-10-31Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-15/+21
2014-10-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-6/+57
2014-10-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-1/+2
2014-10-31Merge tag 'trace-fixes-v3.18-rc1-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+4
2014-10-30tracing/syscalls: Ignore numbers outside NR_syscalls' rangeRabin Vincent1-4/+4
2014-10-30audit: AUDIT_FEATURE_CHANGE message format missing delimiting spaceRichard Guy Briggs1-1/+1
2014-10-30Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar4-6/+57
2014-10-29kernel/kmod: fix use-after-free of the sub_info structureMartin Schwidefsky1-39/+37
2014-10-29gcov: add ARM64 to GCOV_PROFILE_ALLRiku Voipio1-1/+1
2014-10-28Merge tag 'trace-fixes-v3.18-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-17/+37
2014-10-28rcu: Make rcu_barrier() understand about missing rcuo kthreadsPaul E. McKenney3-5/+44
2014-10-28perf: Fix and clean up initialization of pmu::event_idxPeter Zijlstra2-21/+1
2014-10-28sched/dl: Fix preemption checksKirill Tkhai1-3/+7
2014-10-28sched: stop the unbound recursion in preempt_schedule_context()Oleg Nesterov2-40/+41
2014-10-28sched/fair: Fix division by zero sysctl_numa_balancing_scan_sizeKirill Tkhai2-3/+5
2014-10-28sched/fair: Care divide error in update_task_scan_period()Yasuaki Ishimatsu1-1/+1
2014-10-28sched/numa: Fix unsafe get_task_struct() in task_numa_assign()Kirill Tkhai1-2/+12
2014-10-28sched/deadline: Fix races between rt_mutex_setprio() and dl_task_timer()Juri Lelli1-5/+13
2014-10-28sched/deadline: Don't replenish from a !SCHED_DEADLINE entityJuri Lelli1-1/+12
2014-10-28sched: Fix race between task_group and sched_task_groupKirill Tkhai1-0/+6
2014-10-27bpf: split eBPF out of NETAlexei Starovoitov3-4/+13
2014-10-27PM / Sleep: fix recovery during resuming from hibernationImre Deak1-1/+7
2014-10-26futex: Fix a race condition between REQUEUE_PI and task deathBrian Silverman1-11/+11
2014-10-26futex: Mention key referencing differences between shared and private futexesDavidlohr Bueso1-4/+10
2014-10-25clockevents: Prevent shift out of boundsThomas Gleixner1-1/+1
2014-10-25posix-timers: Fix stack info leak in timer_create()Mathias Krause1-0/+1
2014-10-24ftrace: Fix checking of trampoline ftrace_ops in finding trampolineSteven Rostedt (Red Hat)1-8/+22
2014-10-24ftrace: Set ops->old_hash on modifying what an ops hooks toSteven Rostedt (Red Hat)1-9/+15
2014-10-23Merge branch 'freezer'Rafael J. Wysocki2-15/+51
2014-10-23Merge branch 'pm-qos'Rafael J. Wysocki1-1/+26
2014-10-23rcu: More on deadlock between CPU hotplug and expedited grace periodsPaul E. McKenney1-1/+13
2014-10-22PM / freezer: Clean up code after recent fixesRafael J. Wysocki1-15/+16
2014-10-21bpf: fix bug in eBPF verifierAlexei Starovoitov1-1/+2
2014-10-21PM: convert do_each_thread to for_each_process_threadMichal Hocko1-8/+8
2014-10-21OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko1-1/+39
2014-10-21freezer: remove obsolete comments in __thaw_task()Cong Wang1-6/+0
2014-10-21freezer: Do not freeze tasks killed by OOM killerCong Wang1-0/+3
2014-10-19Merge git://git.infradead.org/users/eparis/auditLinus Torvalds6-69/+56
2014-10-18Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+2
2014-10-18futex: Ensure get_futex_key_refs() always implies a barrierCatalin Marinas1-0/+2
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds21-72/+72
2014-10-15modules, lock around setting of MODULE_STATE_UNFORMEDPrarit Bhargava1-0/+2
2014-10-14Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds7-48/+108
2014-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-1/+1
2014-10-14Merge branch 'x86-seccomp-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-81/+171
2014-10-14kernel/param: consolidate __{start,stop}___param[] in <linux/moduleparam.h>Geert Uytterhoeven1-4/+3
2014-10-14kernel/watchdog.c: control hard lockup detection defaultUlrich Obergfell1-2/+48
2014-10-14kdb: replace strnicmp with strncasecmpRasmus Villemoes1-3/+3
2014-10-14x86: optimize resource lookups for ioremapMike Travis1-0/+36
2014-10-14kexec: remove the unused function parameterBaoquan He1-2/+1
2014-10-14kexec: take the segment adding out of locate_mem_hole functionsBaoquan He1-21/+8
2014-10-14kernel/kallsyms.c: use __seq_open_private()Rob Jones1-9/+2
2014-10-14printk: git rid of [sched_delayed] message for printk_deferredMarkus Trippelsdorf1-6/+1
2014-10-14printk: don't bother using LOG_CPU_MAX_BUF_SHIFT on !SMPGeert Uytterhoeven1-1/+6
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds19-441/+667
2014-10-13Merge branch 'perf-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-6/+4
2014-10-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-23/+31
2014-10-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-15/+145
2014-10-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds7-228/+250
2014-10-13Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds13-379/+1397
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-13/+7
2014-10-12Merge tag 'trace-3.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2-18/+34
2014-10-12Merge tag 'trace-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds3-177/+247
2014-10-10Merge tag 'restart-handler-for-v3.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+81
2014-10-10audit: rename audit_log_remove_rule to disambiguate for treesRichard Guy Briggs1-2/+2
2014-10-10audit: cull redundancy in audit_rule_changeRichard Guy Briggs1-11/+7
2014-10-10audit: WARN if audit_rule_change called illegallyEric Paris1-1/+2
2014-10-10audit: put rule existence check in canonical orderRichard Guy Briggs1-1/+1
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds1-3/+4
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds3-149/+57
2014-10-09Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds8-168/+375
2014-10-09kernel/sys.c: compat sysinfo syscall: fix undefined behaviorScotty Bauer1-1/+1
2014-10-09kernel/sys.c: whitespace fixesvishnu.ps1-128/+137
2014-10-09acct: eliminate compile warningYing Xue1-5/+9
2014-10-09kernel/async.c: switch to pr_foo()Ionut Alexa1-4/+4
2014-10-09mm: use VM_BUG_ON_MM where possibleSasha Levin2-3/+2
2014-10-09mempolicy: remove the "task" arg of vma_policy_mof() and simplify itOleg Nesterov1-1/+1
2014-10-09mm: remove noisy remainder of the scan_unevictable interfaceJohannes Weiner1-7/+0
2014-10-09prctl: PR_SET_MM -- introduce PR_SET_MM_MAP operationCyrill Gorcunov1-1/+189
2014-10-09prctl: PR_SET_MM -- factor out mmap_sem when updating mm::exe_fileCyrill Gorcunov1-10/+11
2014-10-09mm: use may_adjust_brk helperCyrill Gorcunov1-7/+4
2014-10-09kernel/kthread.c: partial revert of 81c98869faa5 ("kthread: ensure locality o...Nishanth Aravamudan1-1/+1
2014-10-09softlockup: make detector be aware of task switch of processes hogging cpuchai wen1-1/+17
2014-10-09Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-126/+308
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+70
2014-10-09tracing: Clean up scheduling in trace_wakeup_test_thread()Steven Rostedt1-17/+30
2014-10-09Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+45
2014-10-09Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+8
2014-10-09Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-22/+55
2014-10-09s390/nohz: use a per-cpu flag for arch_needs_cpuMartin Schwidefsky1-1/+1
2014-10-09Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2-19/+127
2014-10-09switch /dev/kmsg to ->write_iter()Al Viro1-13/+7
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds8-7/+2782
2014-10-08tracing: Robustify wait loopPeter Zijlstra1-1/+4
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+6
2014-10-08Merge tag 'nfs-for-3.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+36
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+12
2014-10-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2014-10-08Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-1/+1
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-1/+0
2014-10-07Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-4/+15
2014-10-07Merge tag 'tiny/for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jo...Linus Torvalds2-0/+7
2014-10-07Merge branch 'pm-domains'Rafael J. Wysocki1-0/+4
2014-10-07Merge branch 'acpi-pm'Rafael J. Wysocki1-11/+38
2014-10-07Merge branch 'pm-sleep'Rafael J. Wysocki3-18/+70
2014-10-07Merge branch 'pm-genirq'Rafael J. Wysocki5-97/+196
2014-10-06workqueue: Use cond_resched_rcu_qs macroJoe Lawrence1-2/+1
2014-10-06workqueue: Add quiescent state between work itemsJoe Lawrence1-1/+3
2014-10-03Merge tag 'trace-fixes-v3.17-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2014-10-03locking/lockdep: Revert qrwlock recusive stuffPeter Zijlstra1-6/+0
2014-10-03locking/rwsem: Avoid double checking before try acquiring write lockJason Low1-9/+11
2014-10-03sched/dl: Use dl_bw_of() under rcu_read_lock_sched()Kirill Tkhai1-9/+16
2014-10-03sched/fair: Delete resched_cpu() from idle_balance()Kirill Tkhai1-6/+0
2014-10-03sched, time: Fix build error with 64 bit cputime_t on 32 bit systemsRik van Riel1-10/+19
2014-10-03sched: Improve sysbench performance by fixing spurious active migrationVincent Guittot1-6/+7
2014-10-03perf: Fix perf bug in fork()Peter Zijlstra2-3/+6
2014-10-03perf: Fix unclone_ctx() vs. lockingPeter Zijlstra1-23/+31
2014-10-02perf: fix perf bug in fork()Peter Zijlstra2-3/+6
2014-10-02ring-buffer: Fix infinite spin in reading bufferSteven Rostedt (Red Hat)1-1/+1
2014-10-02Merge branches 'fiq' (early part), 'fixes', 'l2c' (early part) and 'misc' int...Russell King5-41/+31
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-39/+20
2014-10-02aarch64: filter $x from kallsymsKyle McMartin1-1/+1
2014-10-01bpf: add search pruning optimization to verifierAlexei Starovoitov1-0/+146
2014-09-30PM / hibernate: Iterate over set bits instead of PFNs in swsusp_free()Joerg Roedel1-15/+39
2014-09-30ACPI / sleep: Rework the handling of ACPI GPE wakeup from suspend-to-idleRafael J. Wysocki1-1/+20
2014-09-30PM / sleep: Rename platform suspend/resume functions in suspend.cRafael J. Wysocki1-10/+10
2014-09-30PM / sleep: Export dpm_suspend_late/noirq() and dpm_resume_early/noirq()Rafael J. Wysocki1-3/+11
2014-09-30Merge branch 'pm-genirq' into acpi-pmRafael J. Wysocki5-97/+196
2014-09-30locktorture: Cleanup header usageDavidlohr Bueso1-13/+1
2014-09-30locktorture: Cannot hold read and write lockDavidlohr Bueso1-0/+10
2014-09-30locktorture: Fix __acquire annotation for spinlock irqDavidlohr Bueso1-1/+1
2014-09-30locktorture: Support rwlocksDavidlohr Bueso1-3/+112
2014-09-29Merge back earlier 'pm-sleep' material for v3.18.Rafael J. Wysocki2-3/+31
2014-09-28net_dma: simple removalDan Williams1-1/+0
2014-09-27Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+5
2014-09-26bpf: mini eBPF library, test stubs and verifier testsuiteAlexei Starovoitov2-0/+120
2014-09-26bpf: verifier (add verifier core)Alexei Starovoitov1-1/+1074
2014-09-26bpf: verifier (add branch/goto checks)Alexei Starovoitov1-0/+189
2014-09-26bpf: handle pseudo BPF_LD_IMM64 insnAlexei Starovoitov1-0/+147
2014-09-26bpf: verifier (add ability to receive verification log)Alexei Starovoitov2-1/+236
2014-09-26bpf: verifier (add docs)Alexei Starovoitov3-2/+135
2014-09-26bpf: handle pseudo BPF_CALL insnAlexei Starovoitov1-0/+37
2014-09-26bpf: expand BPF syscall with program load/unloadAlexei Starovoitov2-14/+180
2014-09-26bpf: add lookup/update/delete/iterate methods to BPF mapsAlexei Starovoitov1-0/+235
2014-09-26bpf: enable bpf syscall on x64 and i386Alexei Starovoitov1-0/+3
2014-09-26bpf: introduce BPF syscall and mapsAlexei Starovoitov2-1/+170
2014-09-26ARM: 8153/1: Enable gcov support on the ARM architectureVincent Sanders1-1/+1
2014-09-26kernel: add support for kernel restart handler call chainGuenter Roeck1-0/+81
2014-09-26Revert "cgroup: remove redundant variable in cgroup_mount()"Zefan Li1-4/+7
2014-09-25Merge tag 'pm+acpi-3.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-35/+15
2014-09-25SCHED: add some "wait..on_bit...timeout()" interfaces.NeilBrown1-0/+36
2014-09-24cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsZefan Li1-4/+5
2014-09-25PM / QoS: Add PM_QOS_MEMORY_BANDWIDTH classTomeu Vizoso1-1/+26
2014-09-25Revert "PM / Hibernate: Iterate over set bits instead of PFNs in swsusp_free()"Rafael J. Wysocki1-35/+15
2014-09-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2014-09-24percpu_ref: add PERCPU_REF_INIT_* flagsTejun Heo1-3/+4
2014-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo22-186/+403
2014-09-24Revert "perf: Do not allow optimized switch for non-cloned events"Jiri Olsa1-1/+1
2014-09-24perf: Fix child event initial state setupJiri Olsa1-1/+2
2014-09-24perf: Do not POLLHUP event if it has childrenJiri Olsa1-1/+20
2014-09-24sched/rt: Use resched_curr() in task_tick_rt()Kirill Tkhai1-1/+1
2014-09-24sched: Use rq->rd in sched_setaffinity() under RCU read lockKirill Tkhai1-4/+5
2014-09-24sched: cleanup: Rename 'out_unlock' to 'out_free_new_mask'Kirill Tkhai1-4/+4
2014-09-24sched: Use dl_bw_of() under RCU read lockKirill Tkhai1-0/+10
2014-09-24sched/fair: Remove duplicate code from can_migrate_task()Kirill Tkhai1-14/+2
2014-09-24sched, mips, ia64: Remove __ARCH_WANT_UNLOCKED_CTXSWPeter Zijlstra2-36/+0
2014-09-24sched: print_rq(): Don't use tasklist_lockOleg Nesterov1-5/+2
2014-09-24sched: normalize_rt_tasks(): Don't use _irqsave for tasklist_lock, use task_r...Oleg Nesterov1-10/+6
2014-09-24sched: Fix the task-group check in tg_has_rt_tasks()Oleg Nesterov1-1/+1
2014-09-24sched/fair: Leverage the idle state info when choosing the "idlest" cpuNicolas Pitre1-7/+34
2014-09-24sched: Let the scheduler see CPU idle statesDaniel Lezcano2-0/+36
2014-09-24sched/deadline: Fix inter- exclusive cpusets migrationsJuri Lelli2-3/+8
2014-09-24sched/deadline: Clear dl_entity params when setscheduling to different classJuri Lelli3-4/+20
2014-09-24sched/numa: Kill the wrong/dead TASK_DEAD check in task_numa_fault()Oleg Nesterov1-4/+0
2014-09-23audit: get comm using lock to avoid race in string printingRichard Guy Briggs2-4/+4
2014-09-23audit: remove open_arg() function that is never usedRichard Guy Briggs1-8/+0
2014-09-23audit: correct AUDIT_GET_FEATURE return message typeRichard Guy Briggs1-1/+1