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