aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
* printk: drop logbuf_cpu volatile qualifierAlex Elder2014-12-10
* printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalentsJoe Perches2014-12-10
* printk: remove used-once early_vprintkJoe Perches2014-12-10
* kernel: add panic_on_warnPrarit Bhargava2014-12-10
* exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_pa...Oleg Nesterov2014-12-10
* exit: reparent: cleanup the usage of reparent_leader()Oleg Nesterov2014-12-10
* exit: reparent: cleanup the changing of ->parentOleg Nesterov2014-12-10
* exit: reparent: use ->ptrace_entry rather than ->sibling for EXIT_DEAD tasksOleg Nesterov2014-12-10
* sched_show_task: fix unsafe usage of ->real_parentOleg Nesterov2014-12-10
* kernel: res_counter: remove the unused APIJohannes Weiner2014-12-10
* Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-12-10
|\
| * timekeeping: Provide y2038 safe accessor to the seconds portion of CLOCK_REAL...Heena Sirwani2014-10-29
| * timekeeping: Provide fast accessor to the seconds part of CLOCK_MONOTONICHeena Sirwani2014-10-29
* | Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-10
|\ \
| * | x86, mpx: On-demand kernel allocation of bounds tablesDave Hansen2014-11-17
| * | mpx: Extend siginfo structure to include bound violation informationQiaowei Ren2014-11-17
* | | Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-12-10
|\ \ \
| * | | genirq: Move irq_chip_write_msi_msg() helper to coreThomas Gleixner2014-12-07
| * | | PCI/MSI: Move cached entry functions to irq coreJiang Liu2014-11-23
| * | | genirq: Provide default callbacks for msi_domain_opsJiang Liu2014-11-23
| * | | genirq: Introduce msi_domain_alloc/free_irqs()Jiang Liu2014-11-23
| * | | genirq: Add generic msi irq domain supportJiang Liu2014-11-23
| * | | genirq: Work around __irq_set_handler vs stacked domains ordering issuesMarc Zyngier2014-11-23
| * | | irqdomain: Introduce helper function irq_domain_add_hierarchy()Jiang Liu2014-11-23
| * | | irqdomain: Implement a method to automatically call parent domains alloc/freeJiang Liu2014-11-23
| * | | genirq: Introduce helper irq_domain_set_info() to reduce duplicated codeJiang Liu2014-11-23
| * | | genirq: Add IRQ_SET_MASK_OK_DONE to support stacked irqchipJiang Liu2014-11-23
| * | | genirq: Introduce irq_chip.irq_compose_msi_msg() to support stacked irqchipJiang Liu2014-11-23
| * | | genirq: Add more helper functions to support stacked irq_chipYingjoe Chen2014-11-23
| * | | genirq: Introduce helper functions to support stacked irq_chipJiang Liu2014-11-23
| * | | irqdomain: Do irq_find_mapping and set_type for hierarchy irqdomain in case OFYingjoe Chen2014-11-23
| * | | irqdomain: Introduce new interfaces to support hierarchy irqdomainsJiang Liu2014-11-23
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-10
|\ \ \ \
| * | | | genirq: Generic chip: Add big endian I/O accessorsKevin Cernekee2014-11-08
| * | | | genirq: Generic chip: Change irq_reg_{readl,writel} argumentsKevin Cernekee2014-11-08
| |/ / /
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-12-10
|\ \ \ \
| * | | | time: Fix sign bug in NTP mult overflow warningJohn Stultz2014-11-25
| * | | | time: Fixup comments to reflect usage of timespec64John Stultz2014-11-21
| * | | | time: Expose get_monotonic_coarse64() for in-kernel usesJohn Stultz2014-11-21
| * | | | time: Expose getrawmonotonic64 for in-kernel usesJohn Stultz2014-11-21
| * | | | time: Provide y2038 safe mktime() replacementpang.xunlei2014-11-21
| * | | | time: Provide y2038 safe timekeeping_inject_sleeptime() replacementpang.xunlei2014-11-21
| * | | | time: Provide y2038 safe do_settimeofday() replacementpang.xunlei2014-11-21
| * | | | time: Complete NTP adjustment threshold judging conditionspang.xunlei2014-11-21
| * | | | time: Avoid possible NTP adjustment mult overflow.pang.xunlei2014-11-21
| * | | | time: Rename udelay_test.c to test_udelay.cJohn Stultz2014-11-21
| | |_|/ | |/| |
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-12-10
|\ \ \ \
| * | | | sched: Add missing rcu protection to wake_up_all_idle_cpusAndy Lutomirski2014-12-08
| * | | | sched/deadline: Introduce start_hrtick_dl() for !CONFIG_SCHED_HRTICKWanpeng Li2014-11-16
| * | | | sched/deadline: Remove unnecessary definitions in cpudeadline.hpang.xunlei2014-11-16