aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-02-13Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-29/+18
2015-02-12printk: correct timeout comment, neaten MODULE_PARM_DESCJoe Perches1-6/+6
2015-02-12kernel/sched/clock.c: add another clock for use with the soft lockup watchdogCyril Bur2-1/+14
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski6-9/+7
2015-02-12kernel/cpuset.c: Mark cpuset_init_current_mems_allowed as __initRasmus Villemoes1-1/+1
2015-02-12mm: do not use mm->nr_pmds on !MMU configurationsKirill A. Shutemov1-3/+1
2015-02-12cgroup: release css->id after css_freeVladimir Davydov1-3/+7
2015-02-12Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-2/+2
2015-02-12Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds19-150/+175
2015-02-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-1/+1
2015-02-11Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-2/+0
2015-02-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-54/+35
2015-02-11Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-0/+12
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds5-10/+10
2015-02-11mm: fix false-positive warning on exit due mm_nr_pmds(mm)Kirill A. Shutemov1-0/+8
2015-02-11mm: account pmd page tables to the processKirill A. Shutemov1-0/+3
2015-02-11oom, PM: make OOM detection in the freezer path racelessMichal Hocko2-42/+11
2015-02-11PM: convert printk to pr_* equivalentMichal Hocko1-14/+15
2015-02-11oom: add helpers for setting and clearing TIF_MEMDIEMichal Hocko1-1/+1
2015-02-11ring-buffer: Do not wake up a splice waiter when page is not fullSteven Rostedt (Red Hat)1-5/+35
2015-02-11module: Replace over-engineered nested sleepPeter Zijlstra1-28/+8
2015-02-11module: Annotate nested sleep in resolve_symbol()Peter Zijlstra1-0/+6
2015-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-88/+123
2015-02-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2015-02-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds5-0/+1039
2015-02-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-9/+2
2015-02-10Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-7/+121
2015-02-10mm, hugetlb: remove unnecessary lower bound on sysctl handlers"?Andrey Ryabinin1-3/+0
2015-02-10rmap: drop support of non-linear mappingsKirill A. Shutemov1-6/+2
2015-02-10Merge branches 'pm-sleep' and 'pm-runtime'Rafael J. Wysocki2-5/+7
2015-02-10Merge branches 'pm-qos', 'pm-opp' and 'pm-devfreq'Rafael J. Wysocki1-2/+89
2015-02-10Merge branch 'acpi-resources'Rafael J. Wysocki1-0/+25
2015-02-09Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-68/+60
2015-02-09Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-77/+171
2015-02-09tracing: Fix unmapping loop in tracing_mark_writeVikram Mulukutla1-1/+1
2015-02-09Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-128/+355
2015-02-09Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds11-71/+63
2015-02-09Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds14-518/+440
2015-02-06Merge branches 'timers-urgent-for-linus' and 'x86-urgent-for-linus' of git://...Linus Torvalds1-1/+1
2015-02-06Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-7/+34
2015-02-06Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2015-02-06livepatch: add missing newline to error messageJosh Poimboeuf1-1/+1
2015-02-06module: Remove double spaces in module verification taint messageMarcel Holtmann1-1/+1
2015-02-06kernel/module.c: Free lock-classes if parse_args failedAndrey Tsyvarev1-0/+3
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+15
2015-02-05resources: Move struct resource_list_entry from ACPI into resource coreJiang Liu1-0/+25
2015-02-05hrtimer: Fix incorrect tai offset calculation for non high-res timer systemsJohn Stultz1-1/+1
2015-02-04livepatch: rename config to CONFIG_LIVEPATCHJosh Poimboeuf2-4/+4
2015-02-04perf: Decouple unthrottling and rotatingMark Rutland1-52/+29
2015-02-04perf: Drop module reference on event init failureMark Rutland1-12/+16
2015-02-04perf: Use POLLIN instead of POLL_IN for perf poll data in flagJiri Olsa1-1/+2
2015-02-04perf: Fix put_event() ctx lockPeter Zijlstra1-5/+12
2015-02-04perf: Fix move_group() orderPeter Zijlstra (Intel)1-9/+47
2015-02-04perf: Fix event->ctx lockingPeter Zijlstra1-37/+207
2015-02-04perf: Add a bit of paranoiaPeter Zijlstra1-1/+18
2015-02-04Merge tag 'v3.19-rc7' into perf/core, to merge fixes before applying new changesIngo Molnar2-11/+19
2015-02-04locking/rtmutex: Optimize setting task running after being blockedDavidlohr Bueso1-4/+3
2015-02-04locking/rwsem: Use task->state helpersDavidlohr Bueso2-3/+2
2015-02-04sched/completion: Add lock-free checking of the blocking caseNicholas Mc Guire1-0/+9
2015-02-04sched/completion: Remove unnecessary ->wait.lock serialization when reading c...Nicholas Mc Guire1-8/+1
2015-02-04locking/mutex: Explicitly mark task as running after wakeupDavidlohr Bueso1-0/+2
2015-02-04Merge tag 'v3.19-rc7' into locking/core, to refresh the branch before applyin...Ingo Molnar17-85/+235
2015-02-04sched/Documentation: Remove unneeded wordSharon Dvir1-1/+1
2015-02-04sched: Pull resched loop to __schedule() callersFrederic Weisbecker1-4/+7
2015-02-04sched/deadline: Remove cpu_active_mask from cpudl_find()Xunlei Pang1-2/+1
2015-02-04sched: Fix hrtick_start() on UPWanpeng Li1-0/+5
2015-02-04sched/deadline: Avoid pointless __setscheduler()Wanpeng Li1-1/+15
2015-02-04sched/deadline: Fix stale yield statePeter Zijlstra1-19/+19
2015-02-04sched/deadline: Fix hrtick for a non-leftmost taskWanpeng Li1-1/+7
2015-02-04Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...Ingo Molnar2-6/+30
2015-02-04sched/deadline: Fix deadline parameter modification handlingPeter Zijlstra2-6/+30
2015-02-03PM / hibernate: exclude freed pages from allocated pages printoutWonhong Kwon1-3/+6
2015-02-02tracing: Separate out initializing top level dir from instancesSteven Rostedt (Red Hat)1-21/+30
2015-02-02tracing: Make tracing_init_dentry_tr() staticSteven Rostedt (Red Hat)2-2/+1
2015-02-02perf: provide sysfs_show for struct perf_pmu_events_attrCody P Schafer1-0/+12
2015-02-01sched: don't cause task state changes in nested sleep debuggingLinus Torvalds1-3/+2
2015-01-30Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+13
2015-01-30sched/deadline: Modify cpudl::free_cpus to reflect rd->onlineXunlei Pang3-7/+28
2015-01-30sched/idle: Add missing checks to the exit condition of cpu_idle_poll()Preeti U Murthy1-1/+2
2015-01-30sched: Fix missing preemption opportunityFrederic Weisbecker1-21/+19
2015-01-30sched/rt: Reduce rq lock contention by eliminating locking of non-feasible ta...Tim Chen1-1/+16
2015-01-30Merge branch 'sched/urgent' into sched/coreIngo Molnar27-251/+511
2015-01-30PM / sleep: export suspend_resume trace eventTodd E Brandt1-0/+1
2015-01-29ftrace: allow architectures to specify ftrace compile optionsHeiko Carstens5-10/+10
2015-01-28trace: Use 64-bit timekeepingTina Ruchandani1-10/+8
2015-01-28tracing: Add array printing helperDave Martin1-0/+44
2015-01-28Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar15-74/+216
2015-01-28sched: Fix crash if cpuset_cpumask_can_shrink() is passed an empty cpumaskMike Galbraith1-0/+3
2015-01-28perf: Tighten (and fix) the grouping conditionPeter Zijlstra1-2/+13
2015-01-28sched/fair: Avoid using uninitialized variable in preferred_group_nid()Jan Beulich1-1/+1
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller15-80/+220
2015-01-27tracing: Remove newline from trace_printk warning bannerBorislav Petkov1-1/+2
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-8/+17
2015-01-26bpf: rcu lock must not be held when calling copy_to_user()Alexei Starovoitov1-8/+17
2015-01-26Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2015-01-26kexec, Kconfig: spell "architecture" properlyBorislav Petkov1-1/+1
2015-01-25Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+4
2015-01-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-0/+11
2015-01-24hrtimer: Make __hrtimer_get_next_event() statickbuild test robot1-1/+1
2015-01-24Merge tag 'fortglx-3.20-time' of https://git.linaro.org/people/john.stultz/li...Thomas Gleixner3-10/+10
2015-01-23rtc: Convert rtc_set_ntp_time() to use timespec64Xunlei Pang1-2/+2
2015-01-23time: Expose getboottime64 for in-kernel usesJohn Stultz1-6/+6
2015-01-23ktime: Optimize ktime_divns for constant divisorsNicolas Pitre1-2/+2
2015-01-23PM / hibernate: Remove unused functionRickard Strandqvist1-2/+0
2015-01-23PM / QoS: Add debugfs support to view the list of constraintsNishanth Menon1-2/+89
2015-01-23X.509: shut up about included cert for silent buildArnd Bergmann1-1/+1
2015-01-23hrtimer: Prevent stale expiry time in hrtimer_interrupt()Thomas Gleixner1-58/+50
2015-01-23smpboot: Add missing get_online_cpus() in smpboot_register_percpu_thread()Lai Jiangshan1-0/+2
2015-01-22x86, mpx: Strictly enforce empty prctl() argsDave Hansen1-0/+4
2015-01-23Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-26/+74
2015-01-22tracing: Use IS_ERR() check for return value of tracing_init_dentry()Steven Rostedt (Red Hat)9-12/+12
2015-01-22tracing: Remove unneeded includes of debugfs.h and fs.hSteven Rostedt (Red Hat)9-17/+0
2015-01-22cgroup: prevent mount hang due to memory controller lifetimeJohannes Weiner1-1/+1
2015-01-22Merge branch 'fortglx/3.19-stable/time' of https://git.linaro.org/people/john...Thomas Gleixner2-0/+11
2015-01-22module: make module_refcount() a signed integer.Rusty Russell2-5/+14
2015-01-21livepatch: fix uninitialized return valueJosh Poimboeuf1-1/+1
2015-01-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar14-518/+440
2015-01-21Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-17/+8
2015-01-20livepatch: support for repatching a functionJosh Poimboeuf1-51/+119
2015-01-20livepatch: enforce patch stacking semanticsJosh Poimboeuf1-0/+10
2015-01-20audit: remove vestiges of vers_opsRichard Guy Briggs1-2/+0
2015-01-20livepatch: change ARCH_HAVE_LIVE_PATCHING to HAVE_LIVE_PATCHINGMiroslav Benes1-2/+2
2015-01-20module: fix race in kallsyms resolution during module load success.Rusty Russell1-13/+42
2015-01-20module: remove mod arg from module_free, rename module_memfree().Rusty Russell3-9/+9
2015-01-20module_arch_freeing_init(): new hook for archs before module->module_init freed.Rusty Russell1-0/+7
2015-01-20param: fix uninitialized read with CONFIG_DEBUG_LOCK_ALLOCRusty Russell1-0/+1
2015-01-19futex: Fix argument handling in futex_lock_pi() callsMichael Kerrisk1-3/+3
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-11/+2
2015-01-17kernel: avoid overflow in cmp_rangeLouis Langholtz1-5/+5
2015-01-16workqueue: fix subtle pool management issue which can stall whole worker_poolTejun Heo1-17/+8
2015-01-17Merge tag 'trace-fixes-v3.19-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-23/+100
2015-01-15Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a',...Paul E. McKenney14-501/+391
2015-01-15rcu: Initialize tiny RCU stall-warning timeouts at bootPaul E. McKenney1-0/+2
2015-01-15rcu: Fix RCU CPU stall detection in tiny implementationMiroslav Benes1-4/+3
2015-01-15rcu: Add GP-kthread-starvation checks to CPU stall warningsPaul E. McKenney1-1/+20
2015-01-15rcu: Make cond_resched_rcu_qs() apply to normal RCU flavorsPaul E. McKenney3-7/+41
2015-01-15rcu: Optionally run grace-period kthreads at real-time priorityPaul E. McKenney2-5/+23
2015-01-15tracing: Fix enabling of syscall events on the command lineSteven Rostedt (Red Hat)1-14/+55
2015-01-15tracing: Remove extra call to init_ftrace_syscalls()Steven Rostedt (Red Hat)1-1/+0
2015-01-15ftrace: Check both notrace and filter for old hashSteven Rostedt (Red Hat)1-7/+20
2015-01-15ftrace: Fix updating of filters for shared global_ops filtersSteven Rostedt (Red Hat)1-1/+25
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-184/+260
2015-01-14ksoftirqd: Use new cond_resched_rcu_qs() functionPaul E. McKenney1-6/+1
2015-01-14ksoftirqd: Enable IRQs and call cond_resched() before poking RCUCalvin Owens1-1/+5
2015-01-14softirq/preempt: Add missing current->preempt_disable_ip updateHeiko Carstens1-1/+5
2015-01-14locking/osq: No need for load/acquire when acquire-pollingDavidlohr Bueso1-1/+1
2015-01-14perf: Avoid horrible stack usagePeter Zijlstra (Intel)6-13/+26
2015-01-14locking/mcs: Better differentiate between MCS variantsDavidlohr Bueso4-23/+7
2015-01-14locking/mutex: Introduce ww_mutex_set_context_slowpath()Davidlohr Bueso1-18/+26
2015-01-14locking/mutex: Move MCS related comments to proper locationDavidlohr Bueso1-11/+5
2015-01-14locking/mutex: Checking the stamp is WW onlyDavidlohr Bueso1-2/+2
2015-01-14sched/debug: Print rq->clock_taskPeter Zijlstra1-0/+1
2015-01-14sched/core: Rework rq->clock update skipsPeter Zijlstra4-10/+28
2015-01-14sched/core: Validate rq_clock*() serializationPeter Zijlstra2-1/+8
2015-01-14sched/core: Remove check of p->sched_classYao Dongdong1-6/+6
2015-01-14sched/fair: Fix sched_entity::avg::decay_count initializationKirill Tkhai2-1/+3
2015-01-14sched/debug: Fix potential call to __ffs(0) in sched_show_task()Tetsuo Handa1-2/+3
2015-01-14sched/debug: Check for stack overflow in ___might_sleep()Eric Sandeen1-0/+3
2015-01-14sched/fair: Fix the dealing with decay_count in __synchronize_entity_decay()Xunlei Pang1-1/+1
2015-01-13kprobes: Pass the original kprobe for preparing optimized kprobeMasami Hiramatsu1-2/+2
2015-01-11Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-30/+14
2015-01-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-11/+8
2015-01-11Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2015-01-10rcutorture: Add more diagnostics in rcu_barrier() test failure casePaul E. McKenney1-0/+3
2015-01-10rcutorture: Check from beginning to end of grace periodPaul E. McKenney3-40/+65
2015-01-10rcu: Remove redundant rcu_batches_completed() declarationPaul E. McKenney1-1/+0
2015-01-10rcutorture: Drop rcu_torture_completed() and friendsPaul E. McKenney1-13/+3
2015-01-10rcutorture: Use unsigned for Reader Batch computationsPaul E. McKenney1-9/+9
2015-01-10rcu: Make _batches_completed() functions return unsigned longPaul E. McKenney3-6/+6
2015-01-09Merge tag 'for_linus-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-139/+228
2015-01-09livepatch: fix deferred module patching orderJosh Poimboeuf1-1/+1
2015-01-09mutex: Always clear owner field upon mutex_unlock()Chris Wilson1-1/+1
2015-01-09sched/fair: Fix RCU stall upon -ENOMEM in sched_create_group()Tetsuo Handa1-0/+4
2015-01-09sched/deadline: Avoid double-accounting in case of missed deadlinesLuca Abeni1-18/+1
2015-01-09sched/deadline: Fix migration of SCHED_DEADLINE tasksLuca Abeni1-3/+3
2015-01-09sched: Fix odd values in effective_load() calculationsYuyang Du1-1/+1
2015-01-09perf: Move task_pt_regs sampling into arch codeAndy Lutomirski1-11/+8
2015-01-09livepatch: handle ancient compilers with more graceJiri Kosina1-0/+6
2015-01-08exit: fix race between wait_consider_task() and wait_task_zombie()Oleg Nesterov1-3/+9
2015-01-07time: adjtimex: Validate the ADJ_FREQUENCY valuesSasha Levin1-0/+7
2015-01-07time: settimeofday: Validate the values of tv from userSasha Levin1-0/+4
2015-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+40
2015-01-06livepatch: kconfig: use bool instead of booleanChristoph Jaeger1-2/+2
2015-01-06rcu: Handle gpnum/completed wrap while dyntick idlePaul E. McKenney3-6/+15
2015-01-06rcu: Improve diagnostics for spurious RCU CPU stall warningsPaul E. McKenney2-5/+29
2015-01-06rcu: Make RCU_CPU_STALL_INFO include number of fqs attemptsPaul E. McKenney3-1/+5
2015-01-06rcu: Make SRCU optional by using CONFIG_SRCUPranith Kumar3-1/+6
2015-01-06rcu: Expand SRCU ->completed to 64 bitsPaul E. McKenney1-1/+1
2015-01-06rcu: Remove redundant callback-list initializationPaul E. McKenney1-3/+0
2015-01-06rcu: Don't scan root rcu_node structure for stalled tasksPaul E. McKenney1-9/+0
2015-01-06rcu: Revert "Allow post-unlock reference for rt_mutex" to avoid priority-inve...Lai Jiangshan2-12/+1
2015-01-06rcu: Note quiescent state when CPU goes offlinePaul E. McKenney1-1/+1
2015-01-06rcu: Don't bother affinitying rcub kthreads away from offline CPUsPaul E. McKenney1-5/+1
2015-01-06rcu: Don't initiate RCU priority boosting on root rcu_nodePaul E. McKenney1-6/+0
2015-01-06rcu: Don't spawn rcub kthreads on root rcu_node structurePaul E. McKenney1-6/+2
2015-01-06rcu: Make use of rcu_preempt_has_tasks()Paul E. McKenney1-3/+3
2015-01-06rcu: Shorten irq-disable region in rcu_cleanup_dead_cpu()Paul E. McKenney1-2/+2
2015-01-06rcu: Don't migrate blocked tasks even if all corresponding CPUs offlinePaul E. McKenney3-160/+4
2015-01-06rcu: Make rcu_read_unlock_special() propagate ->qsmaskinit bit clearingPaul E. McKenney2-3/+17
2015-01-06rcu: Abstract rcu_cleanup_dead_rnp() from rcu_cleanup_dead_cpu()Paul E. McKenney3-19/+66