summaryrefslogtreecommitdiff
path: root/kernel (unfollow)
Commit message (Expand)Author
2016-03-01msm: rtb: Add timestamp to rtb loggingVignesh Radhakrishnan
2016-03-01trace: rtb: add msm_rtb register tracing feature snapshotMatt Wagantall
2016-03-01sysctl: add boot_reason and cold_boot sysctl entries for arm64David Collins
2016-03-01ANDROID: kernel/watchdog: fix unused variable warningBrian Norris
2016-02-25modules: fix modparam async_probe requestLuis R. Rodriguez
2016-02-25module: wrapper for symbol name.Rusty Russell
2016-02-25itimers: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner
2016-02-25posix-timers: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner
2016-02-25prctl: take mmap sem for writing to protect against othersMateusz Guzik
2016-02-25futex: Drop refcount if requeue_pi() acquired the rtmutexThomas Gleixner
2016-02-25devm_memremap_release(): fix memremap'd addr handlingToshi Kani
2016-02-25ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn
2016-02-17sched: Fix crash in sched_init_numa()Raghavendra K T
2016-02-17hrtimer: Handle remaining time proper for TIME_LOW_RESThomas Gleixner
2016-02-17printk: do cond_resched() between lines while outputting to consolesTejun Heo
2016-02-17tracing/stacktrace: Show entire trace if passed in function not foundSteven Rostedt
2016-02-17tracing: Fix stacktrace skip depth in trace_buffer_unlock_commit_regs()Steven Rostedt (Red Hat)
2016-02-16hardlockup: detect hard lockups without NMIs using secondary cpusColin Cross
2016-02-16FROMLIST: mm: mmap: Add new /proc tunable for mmap_base ASLR.dcashman
2016-02-16mm: private anonymous memory build fixes for 4.4Amit Pundir
2016-02-16mm: add a field to store names for private anonymous memoryColin Cross
2016-02-16add extra free kbytes tunableRik van Riel
2016-02-16ARM: Fix "Make low-level printk work" to use a separate config optionArve Hjønnevåg
2016-02-16panic: Add board ID to panic outputNishanth Menon
2016-02-16ARM: Make low-level printk workTony Lindgren
2016-02-16proc: smaps: Allow smaps access for CAP_SYS_RESOURCESan Mehat
2016-02-16prctl: make PR_SET_TIMERSLACK_PID pid namespace awareMicha Kalfon
2016-02-16prctl: fix misplaced PR_SET_TIMERSLACK_PID caseMicha Kalfon
2016-02-16prctl: adds the capable(CAP_SYS_NICE) check to PR_SET_TIMERSLACK_PID.Ruchi Kandoi
2016-02-16prctl: adds PR_SET_TIMERSLACK_PID for setting timer slack of an arbitrary thr...Ruchi Kandoi
2016-02-16cgroup: refactor allow_attach handler for 4.4Amit Pundir
2016-02-16cgroup: fix cgroup_taskset_for_each call in allow_attach() for 4.1Dmitry Shmidt
2016-02-16Fix generic cgroup subsystem permission checksChristian Poetzsch
2016-02-16cgroup: Fix issues in allow_attach callbackRom Lemarchand
2016-02-16cgroup: Add generic cgroup subsystem permission checksColin Cross
2016-02-16cgroup: refactor allow_attach function into common codeRom Lemarchand
2016-02-16wakeup_reason: use vsnprintf instead of snsprintf for vargs.Ruchi Kandoi
2016-02-16power: wakeup_reason: fix suspend time reportingAmit Pundir
2016-02-16Power: Report suspend times from last_suspend_timejinqian
2016-02-16power: Remove HAS_WAKELOCK config and document WAKELOCKDylan Reid
2016-02-16Make suspend abort reason logging depend on CONFIG_PM_SLEEPLorenzo Colitti
2016-02-16power: Add check_wakeup_reason() to verify wakeup source irqDmitry Shmidt
2016-02-16power: Adds functionality to log the last suspend abort reason.Ruchi Kandoi
2016-02-16power: Avoids bogus error messages for the suspend aborts.Ruchi Kandoi
2016-02-16Power: Changes the permission to read only for sysfs file /sys/kernel/wakeup_...Ruchi Kandoi
2016-02-16power: wakeup_reason: rename irq_count to irqcountGreg Hackmann
2016-02-16Power: Add guard condition for maximum wakeup reasonsRuchi Kandoi
2016-02-16POWER: fix compile warnings in log_wakeup_reasonRuchi Kandoi
2016-02-16Power: add an API to log wakeup reasonsRuchi Kandoi
2016-02-16PM / Suspend: Print wall time at suspend entry and exitTodd Poynor