summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-12-04cpuset: Fix memory allocator deadlockPeter Zijlstra
2013-12-04workqueue: fix ordered workqueues in NUMA setupsTejun Heo
2013-12-04ftrace: Fix function graph with loading of modulesSteven Rostedt (Red Hat)
2013-12-04audit: log the audit_names record typeJeff Layton
2013-12-04audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_...Jeff Layton
2013-12-04audit: fix info leak in AUDIT_GET requestsMathias Krause
2013-12-04audit: use nlmsg_len() to get message payload lengthMathias Krause
2013-12-04audit: printk USER_AVC messages when audit isn't enabledTyler Hicks
2013-12-04PM / hibernate: Avoid overflow in hibernate_preallocate_memory()Aaron Lu
2013-12-04alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't existKOSAKI Motohiro
2013-12-03net: ipv6: Add IPv6 support to the ping socket.Lorenzo Colitti
2013-11-29exec/ptrace: fix get_dumpable() incorrect testsKees Cook
2013-11-29perf/ftrace: Fix paranoid level for enabling function tracerSteven Rostedt
2013-11-29sched, idle: Fix the idle polling state logicPeter Zijlstra
2013-11-20perf: Fix perf ring buffer memory orderingPeter Zijlstra
2013-11-20tracing: Fix potential out-of-bounds in trace_get_user()Steven Rostedt
2013-11-13ARM: Fix "Make low-level printk work" to use a separate config optionArve Hjønnevåg
2013-11-13clockevents: Sanitize ticks to nsec conversionThomas Gleixner
2013-11-13cgroup: fix to break the while loop in cgroup_attach_task() correctlyAnjana V Kumar
2013-11-07anonymous vma names: fix build with !MMUColin Cross
2013-11-07mm: fix anon vma namingColin Cross
2013-10-31Merge tag 'v3.10.17' into dev-kernel-3.10Ajay Nandakumar
2013-10-25misc: tegra-profiler: kprobes is no longer usedIgor Nabirushkin
2013-10-24cgroup: fix to break the while loop in cgroup_attach_task() correctlyShridhar Rasal
2013-10-21power: Prefer min over max for online cpusSai Gurrappadi
2013-10-21PM / QoS: Add notifier for flagsTerje Bergstrom
2013-10-18power: PM QoS support for bounded constraintsSai Gurrappadi
2013-10-18pmqos: Replace spinlock with mutex for pm_qos_lockSai Gurrappadi
2013-10-16arm: tegra: register save and restore opsPrashant Gaikwad
2013-10-13mm: Expose lazy vfree pages to control via sysctlHiroshi Doyu
2013-10-13irq: Force hardirq exit's softirq processing on its own stackFrederic Weisbecker
2013-10-08Revert "PM / Sleep: Require CAP_BLOCK_SUSPEND to use wake_lock/wake_unlock"Ajay Nandakumar
2013-10-01audit: fix endless wait in audit_log_start()Konstantin Khlebnikov
2013-10-01sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...Daisuke Nishimura
2013-10-01sched/cputime: Do not scale when utime == 0Stanislaw Gruszka
2013-10-01timekeeping: Fix HRTICK related deadlock from ntp lock changesJohn Stultz
2013-09-27kernel: power: Add PM_USERSPACE_FROZEN workqueueArto Merilainen
2013-09-26pidns: fix vfork() after unshare(CLONE_NEWPID)Oleg Nesterov
2013-09-26pidns: Fix hang in zap_pid_ns_processes by sending a potentially extra wakeupEric W. Biederman
2013-09-26uprobes: Fix utask->depth accounting in handle_trampoline()Oleg Nesterov
2013-09-19mm: add a field to store names for private anonymous memoryColin Cross
2013-09-19add extra free kbytes tunableRik van Riel
2013-09-16PM QoS: Add GPU frequency limits to PM QoSAlex Frid
2013-09-14Merge tag 'v3.10.12' into android-tegra-nv-3.10-rebaseDan Willemsen
2013-09-14UPSTREAM: timer_list: correct the iterator for timer_listNathan Zimmer
2013-09-14freezer: set PF_SUSPEND_TASK flag on tasks that call freeze_processesColin Cross
2013-09-14PM: Add prompt and help for wakelock in KconfigNaveen Kumar S
2013-09-14irq: enable suspended EARLY_RESUME irqs forcefully if not resumedLaxman Dewangan
2013-09-14sched,rt: disable rt_runtime borrowing by defaultMike Galbraith
2013-09-14alarmtimer: Use correct %lld format specifier instead of mere %ll.Sami Liedes