aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/tpm (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-02ARM: 8618/1: decompressor: reset ttbcr fields to use TTBR0 on ARMv7Srinivas Ramana1-1/+1
2016-10-02MIPS: CM: Fix mips_cm_max_vp_width for non-MT kernels on MT systemsPaul Burton1-0/+11
2016-09-30include/linux/property.h: fix typo/compile errorJohn Youn1-1/+1
2016-09-30ocfs2: fix deadlock on mmapped page in ocfs2_write_begin_nolock()Eric Ren1-0/+10
2016-09-30mm: workingset: fix crash in shadow node shrinker caused by replace_page_cache_page()Johannes Weiner3-63/+63
2016-09-30ARC: [plat*] enables MODULE*Vineet Gupta5-1/+16
2016-09-30ARCv2: fix local_save_flagsVineet Gupta1-1/+1
2016-09-30ARC: CONFIG_NODES_SHIFT fix default valuesNoam Camus1-2/+2
2016-09-30ARCv2: intc: Use kflag if STATUS32.IE must be resetYuriy Kolerov1-1/+1
2016-09-30ARC: .exit.* sections can be discarded in .eh_frame regimeVineet Gupta1-8/+0
2016-09-30ARC: dw2 unwind: enable cfi pseudo ops in string libVineet Gupta11-25/+26
2016-09-30ARC: dw2 unwind: add infrastructure for adding cfi pseudo ops to asmVineet Gupta3-1/+52
2016-09-30ARC: entry: make ret_from_system_call local labelVineet Gupta1-7/+5
2016-09-30ARC: dw2 unwind: don't force dwarf 2Vineet Gupta1-6/+0
2016-09-30ARC: dw2 unwind: switch to .eh_frame based unwindingVineet Gupta5-34/+13
2016-09-30ARC: dw2 unwind: factor CIE specifics for .eh_frame/.debug_frameVineet Gupta1-7/+18
2016-09-30ARC: module: support R_ARC_32_PCREL relocationVineet Gupta2-4/+5
2016-09-30arc: perf: Enable generic "cache-references" and "cache-misses" eventsAlexey Brodkin2-2/+7
2016-09-30ARC: [plat-eznps] add missing atomic_fetch_xxx operationsNoam Camus1-0/+2
2016-09-30ARCv2: Implement atomic64 based on LLOCKD/SCONDD instructionsVineet Gupta2-3/+260
2016-09-30ARCv2: Support dynamic peripheral address space in HS38 rel 3.0 coresVineet Gupta5-18/+23
2016-09-30ARCv2: identify HS38 rel 3.0 coresVineet Gupta1-0/+1
2016-09-30ARCv2: Add support for ZeBu Emulation platform for HS coresVineet Gupta5-0/+330
2016-09-30arc: Add "model" properly in device tree description of all boardsAlexey Brodkin13-0/+13
2016-09-30MAINTAINERS: Switch to kernel.org email address for Javi MerinoJavi Merino2-1/+2
2016-09-30x86/entry/64: Fix context tracking state warning when load_gs_index failsWanpeng Li1-2/+2
2016-09-30x86/boot: Initialize FPU and X86_FEATURE_ALWAYS even if we don't have CPUIDAndy Lutomirski1-12/+11
2016-09-30x86/asm: Get rid of __read_cr4_safe()Andy Lutomirski9-26/+11
2016-09-30x86/vdso: Fix building on big endian hostSegher Boessenkool1-1/+1
2016-09-30x86/boot: Fix another __read_cr4() case on 486Andy Lutomirski1-3/+1
2016-09-30sched/irqtime: Consolidate irqtime flushing codeFrederic Weisbecker1-15/+11
2016-09-30sched/irqtime: Consolidate accounting synchronization with u64_stats APIFrederic Weisbecker2-55/+29
2016-09-30u64_stats: Introduce IRQs disabled helpersFrederic Weisbecker1-21/+24
2016-09-30sched/irqtime: Remove needless IRQs disablement on kcpustat updateFrederic Weisbecker1-6/+5
2016-09-30sched/irqtime: No need for preempt-safe accessorsFrederic Weisbecker1-2/+2
2016-09-30sched/fair: Fix min_vruntime trackingPeter Zijlstra1-7/+22
2016-09-30sched/debug: Add SCHED_WARN_ON()Peter Zijlstra2-6/+10
2016-09-30sched/core: Fix set_user_nice()Peter Zijlstra1-1/+7
2016-09-30sched/fair: Introduce set_curr_task() helperPeter Zijlstra2-5/+10
2016-09-30sched/core, ia64: Rename set_curr_task()Peter Zijlstra3-7/+7
2016-09-30sched/core: Fix incorrect utilization accounting when switching to fair classVincent Guittot1-10/+10
2016-09-30sched/core: Optimize SCHED_SMTPeter Zijlstra3-7/+43
2016-09-30sched/core: Rewrite and improve select_idle_siblings()Peter Zijlstra5-47/+234
2016-09-30x86/cmpxchg, locking/atomics: Remove superfluous definitionsNikolay Borisov1-44/+0
2016-09-30x86, locking/spinlocks: Remove ticket (spin)lock implementationPeter Zijlstra10-719/+6
2016-09-30sched/core: Replace sd_busy/nr_busy_cpus with sched_domain_sharedPeter Zijlstra4-20/+19
2016-09-30sched/core: Introduce 'struct sched_domain_shared'Peter Zijlstra2-5/+45
2016-09-30sched/core: Restructure destroy_sched_domain()Peter Zijlstra1-7/+11
2016-09-30sched/core: Remove unused @cpu argument from destroy_sched_domain*()Peter Zijlstra1-6/+6
2016-09-30sched/wait: Introduce init_wait_entry()Oleg Nesterov2-9/+12