summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2016-12-14sched: hmp: fix wrong initialization of hmp_dataSeung-Woo Kim
2016-12-14kmsg: format back to previous for /dev/kmsgMichal Bloch
2016-12-14kmsg: allow binary charactersMichal Bloch
2016-12-14cpuidle: Do not access cpuidle_devices when !CONFIG_CPU_IDLECatalin Marinas
2016-12-14kernel: printk: specify alignment for struct printk_logAndrey Ryabinin
2016-12-14avoid not-allowable mutex lock conditionKunhoon Baik
2016-12-14Fix: bug that allows adding more dev than max minor numberKazimierz Krosman
2016-12-14kmsg: add ioctl for kmsg* devices operating on buffersMarcin Niesluchowski
2016-12-14kmsg: add ioctl for adding and deleting kmsg* devicesMarcin Niesluchowski
2016-12-14kmsg: add predefined _PID, _TID, _COMM keywords to kmsg* log dictMarcin Niesluchowski
2016-12-14kmsg: add function for adding and deleting additional buffersMarcin Niesluchowski
2016-12-14kmsg: add additional buffers support to memory classMarcin Niesluchowski
2016-12-14kmsg: introduce additional kmsg devices supportMarcin Niesluchowski
2016-12-14printk: add one function for storing log in proper formatMarcin Niesluchowski
2016-12-14printk: move code regarding log message storing formatMarcin Niesluchowski
2016-12-14printk: guard the amount written per line by devkmsg_read()Tejun Heo
2016-12-14LOCAL / sched: Add nr_running_cpumask() to get the number of running tasks of...Chanwoo Choi
2016-12-14sched: hmp: fix spinlock recursion in active migrationKevin Hilman
2016-12-14hmp: Restrict ILB events if no CPU has > 1 taskChris Redpath
2016-12-14HMP: Do not fork-boost tasks coming from PIDs <= 2Chris Redpath
2016-12-14HMP: use per cpu cpuidle driver to fix deadlock in hmp_idle_pullAlex Shi
2016-12-14sched: hmp: fix out-of-range CPU possibleChris Redpath
2016-12-14hmp: dont attempt to pull tasks if affinity doesn't allow itChris Redpath
2016-12-14hmp: Use idle pull to perform forced up-migrationsChris Redpath
2016-12-14sched: hmp: Change small task packing defaults for all platformsChris Redpath
2016-12-14LOCAL / sched: Fix build break by using alternative functionChanwoo Choi
2016-12-14hmp: sched: Clean up hmp_up_threshold checks into a utility fnChris Redpath
2016-12-14HMP: Fix rt task allowed cpu mask restriction code on 1x1 systemDietmar Eggemann
2016-12-14HMP: Restrict irq_default_affinity to hmp_slow_cpu_maskDietmar Eggemann
2016-12-14sched: hmp: Fix potential task_struct memory leakChris Redpath
2016-12-14sched: hmp: Change TC2 packing config to disabled default if presentChris Redpath
2016-12-14sched: hmp: Make idle balance behaviour normal when packing disabledChris Redpath
2016-12-14sched: update runqueue clock before migrations awayChris Redpath
2016-12-14sched: reset blocked load decay_count during synchronizationChris Redpath
2016-12-14genirq: Add default affinity mask command line optionThomas Gleixner
2016-12-14sched: hmp: Fix build breakage when not using CONFIG_SCHED_HMPChris Redpath
2016-12-14sched: hmp: add read-only hmp domain sysfs fileChris Redpath
2016-12-14HMP: Avoid using the cpu stopper to stop runnable tasksMathieu Poirier
2016-12-14HMP: Implement task packing for small tasks in HMP systemsChris Redpath
2016-12-14hmp: Remove potential for task_struct access raceChris Redpath
2016-12-14sched: HMP: fix potential logical errorsChris Redpath
2016-12-14smp: smp_cross_call function pointer tracingChris Redpath
2016-12-14sched: HMP: Additional trace points for debugging HMP behaviourChris Redpath
2016-12-14sched: HMP: Change default HMP thresholdsChris Redpath
2016-12-14HMP: Update migration timer when we fork-migrateChris Redpath
2016-12-14HMP: Access runqueue task clocks directly.Chris Redpath
2016-12-14HMP: Implement idle pull for HMPChris Redpath
2016-12-14sched: HMP change nr_running offload metricChris Redpath
2016-12-14HMP: Explicitly implement all-load-is-max-load policy for HMP targetsChris Redpath
2016-12-14HMP: Modify the runqueue stats to add a new child statChris Redpath