aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-07-22UBUNTU: ubuntu: AUFS -- update to c8bcd8c8a52e387b3da4c5970b59f033468f3813Wen-chien Jesse Sung1-0/+2
2019-07-22tick: fixup broadcast timer interrupt affinityBin Wang1-2/+7
2019-07-22poweroff: fix bug in orderly_poweroffhongfeng1-1/+1
2019-07-22sched: Fix nohz load accounting -- again!Peter Zijlstra1-27/+26
2019-07-22futex: Do not leak robust list to unprivileged processKees Cook2-46/+26
2019-07-22nohz: Fix stale jiffies update in tick_nohz_restart()Neal Cardwell1-2/+2
2019-07-22cred: copy_process() should clear child->replacement_session_keyringOleg Nesterov1-0/+2
2019-07-22sysctl: fix write access to dmesg_restrict/kptr_restrictKees Cook1-4/+4
2019-07-22kgdb,debug_core: pass the breakpoint struct instead of address and memoryJason Wessel1-29/+24
2019-07-22tracing: Fix ftrace stack trace entriesWolfgang Mauerer2-5/+13
2019-07-22genirq: Adjust irq thread affinity on IRQ_SET_MASK_OK_NOCOPY return valueJiang Liu1-3/+7
2019-07-22module: Remove module size limitSasha Levin1-2/+1
2019-07-22PM / Hibernate: Enable usermodehelpers in hibernate() error pathSrivatsa S. Bhat1-3/+4
2019-07-22genirq: Fix incorrect check for forced IRQ thread handlerAlexander Gordeev1-1/+1
2019-07-22genirq: Fix long-term regression in genirq irq_set_irq_type() handlingRussell King1-2/+1
2019-07-22ntp: Fix integer overflow when setting timeSasha Levin1-1/+1
2019-07-22futex: Cover all PI opcodes with cmpxchg enabled checkThomas Gleixner1-6/+13
2019-07-22Block: use a freezable workqueue for disk-event pollingAlan Stern1-1/+6
2019-07-22kprobes: adjust "fix a memory leak in function pre_handler_kretprobe()"Jan Beulich1-2/+2
2019-07-22genirq: Clear action->thread_mask if IRQ_ONESHOT is not setThomas Gleixner1-6/+38
2019-07-22epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov1-1/+4
2019-07-22genirq: Handle pending irqs in irq_startup()Thomas Gleixner4-11/+14
2019-07-22genirq: Unmask oneshot irqs when thread was not wokenThomas Gleixner1-2/+23
2019-07-22relay: prevent integer overflow in relay_open()Dan Carpenter1-2/+8
2019-07-22lockdep, bug: Exclude TAINT_FIRMWARE_WORKAROUND from disabling lockdepPeter Zijlstra1-2/+10
2019-07-22sched/rt: Fix task stack corruption under __ARCH_WANT_INTERRUPTS_ON_CTXSWChanho Min1-0/+5
2019-07-22kprobes: fix a memory leak in function pre_handler_kretprobe()Jiang Liu1-1/+5
2019-07-22cap_syslog: don't use WARN_ONCE for CAP_SYS_ADMIN deprecation warningJonathan Nieder1-2/+4
2019-07-22ftrace: Fix unregister ftrace_ops accountingJiri Olsa1-14/+13
2019-07-22ftrace: Update filter when tracing enabled in set_ftrace_filter()Steven Rostedt1-0/+4
2019-07-22ftrace: Balance records when updating the hashSteven Rostedt1-16/+33
2019-07-22kprobes: initialize before using a hlistAnanth N Mavinakayanahalli1-1/+1
2019-07-22PM / Sleep: Fix race between CPU hotplug and freezerSrivatsa S. Bhat1-0/+74
2019-07-22cgroup: fix to allow mounting a hierarchy by nameLi Zefan1-3/+3
2019-07-22ptrace: partially fix the do_wait(WEXITED) vs EXIT_DEAD->EXIT_ZOMBIE raceOleg Nesterov1-1/+8
2019-07-22hung_task: fix false positive during vforkMandeep Singh Baines1-4/+10
2019-07-22futex: Fix uninterruptible loop due to gate_areaHugh Dickins1-8/+20
2019-07-22cgroups: fix a css_set not found bug in cgroup_attach_procMandeep Singh Baines1-5/+0
2019-07-22binary_sysctl(): fix memory leakMichel Lespinasse1-1/+1
2019-07-22Revert "clockevents: Set noop handler in clockevents_exchange_device()"Linus Torvalds1-1/+0
2019-07-22Make TASKSTATS require root accessLinus Torvalds1-0/+1
2019-07-22alarmtimers: Fix time comparisonThomas Gleixner1-1/+1
2019-07-22clockevents: Set noop handler in clockevents_exchange_device()Thomas Gleixner1-0/+1
2019-07-22clocksource: Fix bug with max_deferment margin calculationYang Honggang (Joseph)1-2/+2
2019-07-22jump_label: jump_label_inc may return before the code is patchedGleb Natapov1-1/+2
2019-07-22tick-broadcast: Stop active broadcast device when replacing itThomas Gleixner1-1/+1
2019-07-22tracing: fix event_subsystem ref countingIlya Dryomov1-1/+0
2019-07-22trace_events_filter: Use rcu_assign_pointer() when setting ftrace_event_call-...Tejun Heo1-3/+3
2019-07-22genirq: Fix race condition when stopping the irq threadIdo Yariv1-1/+4
2019-07-22timekeeping: add arch_offset hook to ktime_get functionsHector Palacios1-0/+4
2019-07-22cgroup_freezer: fix freezing groups with stopped tasksMichal Hocko1-2/+9
2019-07-22genirq: fix regression in irqfixup, irqpollEdward Donovan1-1/+3
2019-07-22genirq: Fix irqfixup, irqpoll regressionEdward Donovan1-1/+1
2019-07-22PM / Suspend: Off by one in pm_suspend()Dan Carpenter1-1/+1
2019-07-22ptrace: don't clear GROUP_STOP_SIGMASK on double-stopOleg Nesterov1-3/+1
2019-07-22genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlierIan Campbell1-7/+41
2019-07-22tracing: Fix returning of duplicate data after EOF in trace_pipe_rawSteven Rostedt1-2/+2
2019-07-22time: Change jiffies_to_clock_t() argument type to unsigned longhank1-1/+1
2019-07-22kmod: prevent kmod_loop_msg overflow in __request_module()Jiri Kosina1-1/+3
2019-07-22PM QoS: add min qos class for ddr devfreqZhoujie Wu1-1/+21
2019-07-22ARM: pxa95x: kernel power wakelock warning fixYan Markman1-1/+3
2019-07-22PM QoS: add three new qos classes for CPUIdleRaul Xiong1-1/+49
2019-07-22ARM: mmp: fixed the wrong NR_IRQS usageJett.Zhou1-1/+2
2019-07-22pxa9xx: add suspend callback functions skipMoran Raviv1-4/+32
2019-07-22pxa97x: enable mipsramAnton Eidelman1-3/+3
2019-07-22PM QoS: Add max/min online cpus as PM QoS parameterLeo Yan1-2/+51
2019-07-22pxa9xx: add suspend callback functions debugMoran Raviv1-0/+21
2019-07-22pxa9xx: pm logger add suspend tracesMoran Raviv1-1/+5
2019-07-22ARM pxa95x print process info when freezer failedWenzeng Chen1-1/+16
2019-07-22cpu_pm: call notifiers during suspendColin Cross1-0/+33
2019-07-22cpu_pm: Add cpu power management notifiersColin Cross3-0/+205
2019-07-22sched: Cleanup cpu_active madnessRaul Xiong1-1/+1
2019-07-22Fix "time: Catch invalid timespec sleep values in __timekeeping_inject_sleept...Arve Hjønnevåg1-1/+1
2019-07-22time: Catch invalid timespec sleep values in __timekeeping_inject_sleeptimeJohn Stultz1-0/+6
2019-07-22ARM: pxa: add panic cache flush mechanismLei Wen1-2/+4
2019-07-22mipsram: pass build for armv7 caseZhou Zhu1-4/+2
2019-07-22hrtimer: Fix extra wakeups from __remove_hrtimer()Jeff Ohlstein1-2/+4
2019-07-22printk: dont printascii after console driver readyRaul Xiong1-1/+2
2019-07-22ARM:pxa:power: exit if wakelock happen when freezing processLu Mao1-4/+14
2019-07-22cputimer: Cure lock inversionPeter Zijlstra1-3/+4
2019-07-22Avoid using variable-length arrays in kernel/sys.cLinus Torvalds1-1/+1
2019-07-22ftrace: Fix regression where ftrace breaks when modules are loadedSteven Rostedt1-2/+28
2019-07-22ftrace: Fix regression of :mod:module function enablingSteven Rostedt2-10/+5
2019-07-22posix-cpu-timers: Cure SMP wobblesPeter Zijlstra2-26/+3
2019-07-22sched: Fix up wchan borkageSimon Kirby1-1/+1
2019-07-22sched/rt: Migrate equal priority tasks to available CPUsShawn Bohrer1-2/+2
2019-07-22workqueue: lock cwq access in drain_workqueueThomas Tuttle1-1/+6
2019-07-22genirq: Make irq_shutdown() symmetric vs. irq_startup againGeert Uytterhoeven1-1/+1
2019-07-22sched: Fix a memory leak in __sdt_free()WANG Cong1-0/+1
2019-07-22sched: Move blk_schedule_flush_plug() out of __schedule()Thomas Gleixner1-10/+15
2019-07-22sched: Separate the scheduler entry for preemptionThomas Gleixner1-5/+10
2019-07-22alarmtimers: Avoid possible denial of service with high freq periodic timersJohn Stultz1-0/+9
2019-07-22alarmtimers: Memset itimerspec passed into alarm_timer_getJohn Stultz1-0/+2
2019-07-22alarmtimers: Avoid possible null pointer traversalJohn Stultz1-5/+2
2019-07-22kernel/printk: do not turn off bootconsole in printk_late_init() if keep_bootconNishanth Aravamudan1-1/+1
2019-07-22Add a personality to report 2.6.x version numbersAndi Kleen1-0/+38
2019-07-22x86, mtrr: lock stop machine during MTRR rendezvous sequenceSuresh Siddha1-1/+1
2019-07-22genirq: Fix wrong bit operationjhbird.choi@samsung.com1-2/+2
2019-07-22futex: Fix regression with read only mappingsShawn Bohrer1-12/+42
2019-07-22PM: Backoff suspend if repeated attempts failXiaoguang Chen1-4/+35
2019-07-22ARM: pxa: add fake suspend for pxa95xZhou Zhu6-0/+581
2019-07-22ARM: pxa: power: port pm code from kernel .35Xiaoguang Chen1-1/+1
2019-07-22mipsram: add supportXiaoguang Chen4-0/+220
2019-07-22Revert "ARM: mmp: workround: Disable console suspend to exit from C1"fswu1-4/+0
2019-07-22ARM: kdump: add timestamp only at the crashLei Wen1-4/+1
2019-07-22relay: fix a bug of incorrect sizeof argumentLu Mao1-1/+1
2019-07-22kdump: add update methodLei Wen1-0/+16
2019-07-22ARM: mmp: workround: Disable console suspend to exit from C1fswu1-0/+4
2019-07-22PM: add sys_sync to work queue in early_suspendQiming Wu2-1/+28
2019-07-22consoleearlysuspend: fix console lock interfaceBin Wang1-5/+5
2019-07-22Kernel:power:enable wakelock DEBUG_SUSPEND debug maskZhoujie Wu1-1/+1
2019-07-22kernel: power: add active wakelock dump functionNing Jiang1-0/+29
2019-07-22kernel: pm_qos: add cpu_freq_min and cpu_freq_disableNing Jiang1-1/+33
2019-07-22arm: pxa: fixed the wrong NR_IRQS issueRaymondWu1-0/+2
2019-07-22base code from marvellLubomir Rintel24-99/+1853
2011-08-04mm/futex: fix futex writes on archs with SW tracking of dirty & youngBenjamin Herrenschmidt1-2/+2
2011-08-04tracing: Have "enable" file use refcounts like the "filter" fileSteven Rostedt1-9/+22
2011-08-04tracing: Fix bug when reading system filters on module removalSteven Rostedt3-11/+82
2011-08-04perf: Fix software event overflowPeter Zijlstra1-5/+2
2011-07-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-28/+100
2011-07-20Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar4-28/+100
2011-07-20signal: align __lock_task_sighand() irq disabling and RCUPaul E. McKenney1-6/+13
2011-07-20softirq,rcu: Inform RCU of irq_exit() activityPeter Zijlstra2-3/+11
2011-07-20sched: Add irq_{enter,exit}() to scheduler_ipi()Peter Zijlstra1-6/+38
2011-07-20rcu: protect __rcu_read_unlock() against scheduler-using irq handlersPaul E. McKenney1-5/+24
2011-07-20sched: Avoid creating superfluous NUMA domains on non-NUMA systemsPeter Zijlstra1-0/+2
2011-07-20sched: Allow for overlapping sched_domain spansPeter Zijlstra2-29/+130
2011-07-20sched: Break out cpu_power from the sched_group structurePeter Zijlstra2-29/+49
2011-07-19rcu: Streamline code produced by __rcu_read_unlock()Paul E. McKenney1-6/+6
2011-07-19rcu: Fix RCU_BOOST race handling current->rcu_read_unlock_specialPaul E. McKenney1-2/+6
2011-07-19rcu: decrease rcu_report_exp_rnp coupling with schedulerPaul E. McKenney1-2/+4
2011-07-15Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2-5/+36
2011-07-15sched: Fix 32bit racePeter Zijlstra1-0/+3
2011-07-13rcu: Prevent RCU callbacks from executing before scheduler initializedPaul E. McKenney2-5/+36
2011-07-12Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/lin...Linus Torvalds1-2/+16
2011-07-07Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-1/+5
2011-07-07Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...Linus Torvalds2-11/+12
2011-07-07genirq: replace irq_gc_ack() with {set,clr}_bit variants (fwd)Simon Guinot1-2/+16
2011-07-06PM / Hibernate: Fix free_unnecessary_pages()Rafael J. Wysocki1-1/+5
2011-07-06resource: ability to resize an allocated resourceRam Pai1-18/+98
2011-07-01sched, cgroups: Fix MIN_SHARES on 64-bit boxenMike Galbraith1-6/+3
2011-06-29jump_label: Fix jump_label update for modulesXiao Guangrong1-5/+9
2011-06-27taskstats: don't allow duplicate entries in listener modeVasiliy Kulikov1-3/+12
2011-06-25Merge branch 'timer-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-70/+88
2011-06-21alarmtimers: Return -ENOTSUPP if no RTC device is presentJohn Stultz1-1/+22
2011-06-21alarmtimers: Handle late rtc module loadingJohn Stultz1-70/+67
2011-06-21PM: Free memory bitmaps if opening /dev/snapshot failsMichal Kubecek1-1/+3
2011-06-19Merge branches 'perf-urgent-for-linus', 'sched-urgent-for-linus', 'timers-urg...Linus Torvalds3-19/+15
2011-06-19Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-402/+461
2011-06-17KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyringDavid Howells1-7/+9
2011-06-17generic-ipi: Fix kexec boot crash by initializing call_single_queue before en...Takao Indoh1-4/+1
2011-06-16rcu: Move RCU_BOOST #ifdefs to header filePaul E. McKenney3-382/+390
2011-06-16clocksource: Make watchdog robust vs. interruptionThomas Gleixner1-11/+13
2011-06-15rcu: use softirq instead of kthreads except when RCU_BOOST=yPaul E. McKenney4-41/+99
2011-06-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+5
2011-06-15gcov: disable CONFIG_CONSTRUCTORS when not needed by CONFIG_GCOV_KERNELJosh Triplett1-1/+2
2011-06-15memcg: clear mm->owner when last possible owner leavesKAMEZAWA Hiroyuki1-16/+15
2011-06-15sched: Check if lowest_mask is initialized in find_lowest_rq()Steven Rostedt1-0/+4
2011-06-15sched: Fix need_resched() when checking peemptHillf Danton1-1/+1
2011-06-14signal.c: fix kernel-doc notationRandy Dunlap1-1/+1
2011-06-14rcu: Use softirq to address performance regressionShaohua Li4-5/+30
2011-06-14rcu: Simplify curing of load woesPaul E. McKenney2-54/+22
2011-06-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-3/+14
2011-06-10genirq: Prevent potential NULL dereference in irq_set_irq_wake()Jesper Juhl1-0/+3
2011-06-09tracing: Fix regression in printk_formats fileSteven Rostedt1-4/+1
2011-06-08Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-18/+10
2011-06-07Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-25/+50
2011-06-07Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-10/+25
2011-06-07ftrace: Revert 8ab2b7efd ftrace: Remove unnecessary disabling of irqsSteven Rostedt1-0/+7
2011-06-07kprobes/trace: Fix kprobe selftest for gcc 4.6Steven Rostedt1-2/+6
2011-06-07sched: Fix/clarify set_task_cpu() locking rulesPeter Zijlstra1-5/+16
2011-06-07lockdep: Fix lock_is_held() on recursionPeter Zijlstra1-1/+1
2011-06-06ftrace: Fix possible undefined return codeGuoWen Li1-1/+1
2011-06-04perf: Comment /proc/sys/kernel/perf_event_paranoid to be part of user ABIVince Weaver1-0/+6
2011-06-04Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Ingo Molnar20-233/+337
2011-06-03timers: Consider slack value in mod_timer()Sebastian Andrzej Siewior1-8/+7
2011-06-03genirq: Ensure we locate the passed IRQ in irq_alloc_descs()Mark Brown1-0/+6
2011-06-03genirq: Fix descriptor init on non-sparse IRQsLinus Walleij1-5/+3
2011-06-03irq: Handle spurios irq detection for threaded irqsSebastian Andrzej Siewior3-16/+36
2011-06-03genirq: Print threaded handler in spurious debug outputSebastian Andrzej Siewior1-4/+5
2011-06-03clockevents: Handle empty cpumask gracefullyThomas Gleixner1-1/+4
2011-05-31perf, cgroups: Fix up for new APIPeter Zijlstra1-18/+4
2011-05-31sched: Fix schedstat.nr_wakeups_migratePeter Zijlstra1-4/+7
2011-05-31sched: Fix cross-cpu clock sync on remote wakeupsPeter Zijlstra1-0/+1
2011-05-31rcu: Cure load woesPeter Zijlstra2-9/+56
2011-05-29mm: Fix boot crash in mm_alloc()Linus Torvalds1-32/+10
2011-05-29Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-12/+25
2011-05-29idle governor: Avoid lock acquisition to read pm_qos before entering idleTim Chen1-12/+25
2011-05-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-26/+57
2011-05-28Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-136/+94
2011-05-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds8-24/+101
2011-05-28rcu: Start RCU kthreads in TASK_INTERRUPTIBLE statePaul E. McKenney2-0/+3
2011-05-28rcu: Remove waitqueue usage for cpu, node, and boost kthreadsPeter Zijlstra3-39/+17
2011-05-28rcu: Avoid acquiring rcu_node locks in timer functionsPaul E. McKenney2-9/+8
2011-05-28Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar4-90/+68
2011-05-28perf: Fix SIGIO handlingPeter Zijlstra1-0/+8
2011-05-28cpuset: Fix cpuset_cpus_allowed_fallback(), don't update tsk->rt.nr_cpus_allowedKOSAKI Motohiro3-11/+16
2011-05-28sched: Fix ->min_vruntime calculation in dequeue_entity()Peter Zijlstra1-2/+3
2011-05-28sched: Fix ttwu() for __ARCH_WANT_INTERRUPTS_ON_CTXSWPeter Zijlstra1-9/+28
2011-05-28sched: More sched_domain iterations fixesXiaotian Feng2-4/+10