summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-20ACPICA: Tables: Fix hidden logic related to acpi_tb_install_standard_table()Lv Zheng2-9/+17
2017-01-05ACPICA: Update version to 20161222Bob Moore1-1/+1
2017-01-05ACPICA: Parser: Update parse info table for some operatorsBob Moore1-4/+4
2017-01-05ACPICA: Fix a problem with recent extra support for control method invocationsBob Moore1-1/+24
2017-01-05ACPICA: Parser: Allow method invocations as target operandsBob Moore4-41/+69
2017-01-05ACPICA: Fix for implicit result conversion for the ToXXX functionsBob Moore4-12/+24
2017-01-02ACPICA: Resources: Not a valid resource if buffer length too longBob Moore1-5/+12
2017-01-02ACPICA: Utilities: Update debug outputBob Moore2-4/+6
2017-01-02ACPICA: Disassembler: Add Switch/Case disassembly supportDavid E. Box1-2/+5
2017-01-02ACPICA: EFI: Add efihello demo applicationLv Zheng1-1/+2
2017-01-02ACPICA: MSVC: Fix MSVC6 build issuesLv Zheng1-1/+1
2017-01-02ACPICA: Linux-specific header: Add support for s390x compilationColin Ian King1-1/+2
2017-01-02ACPICA: Hardware: Add sleep register hooksLv Zheng6-32/+76
2017-01-02ACPICA: Macro header: Fix some typos in commentsBob Moore1-6/+8
2017-01-02ACPICA: Hardware: Sort access bit width algorithmLv Zheng1-22/+57
2017-01-02ACPICA: Utilities: Add power of two rounding supportLv Zheng1-0/+60
2017-01-02ACPICA: Hardware: Add access_width/bit_offset support in acpi_hw_write()Lv Zheng1-9/+53
2017-01-02ACPICA: Hardware: Remove bit_offset masking supportLv Zheng1-14/+0
2017-01-02ACPICA: Debugger: Rename debugger OSL namesLv Zheng4-10/+10
2017-01-01Linux 4.10-rc2v4.10-rc2Linus Torvalds1-1/+1
2016-12-29mm/filemap: fix parameters to test_bit()Olof Johansson1-1/+1
2016-12-29mm: optimize PageWaiters bit use for unlock_page()Linus Torvalds3-6/+45
2016-12-27Documentation/unaligned-memory-access.txt: fix incorrect comparison operatorCihangir Akturk1-1/+1
2016-12-27docs: Fix build failureJohn Brooks1-1/+1
2016-12-27net: stmmac: fix incorrect bit set in gmac4 mdio addr registerKweh, Hock Leong1-1/+3
2016-12-27r8169: add support for RTL8168 series add-on card.Chun-Hao Lin1-0/+1
2016-12-27net: xdp: remove unused bfp_warn_invalid_xdp_buffer()Jason Wang2-7/+0
2016-12-27openvswitch: upcall: Fix vlan handling.pravin shelar2-28/+27
2016-12-27ipv4: Namespaceify tcp_tw_reuse knobHaishuang Yan4-10/+10
2016-12-27crypto: testmgr - Use heap buffer for acomp test inputLaura Abbott1-2/+28
2016-12-27ext4: Simplify DAX fault pathJan Kara1-38/+10
2016-12-27dax: Call ->iomap_begin without entry lock during dax faultJan Kara1-55/+66
2016-12-27dax: Finish fault completely when loading holesJan Kara1-9/+18
2016-12-27dax: Avoid page invalidation races and unnecessary radix tree traversalsJan Kara1-17/+11
2016-12-27mm: Invalidate DAX radix tree entries only if appropriateJan Kara3-24/+125
2016-12-27ext2: Return BH_New buffers for zeroed blocksJan Kara1-2/+1
2016-12-27x86/mce/AMD: Make the init code more robustThomas Gleixner1-0/+3
2016-12-27smp/hotplug: Undo tglxs brainfartThomas Gleixner1-1/+8
2016-12-26arm64: don't pull uaccess.h into *.SAl Viro9-71/+72
2016-12-26net: korina: Fix NAPI versus resources freeingFlorian Fainelli1-4/+4
2016-12-26net, sched: fix soft lockup in tc_classifyDaniel Borkmann1-1/+3
2016-12-26Linux 4.10-rc1v4.10-rc1Linus Torvalds1-2/+2
2016-12-26powerpc: Fix build warning on 32-bit PPCLarry Finger1-1/+1
2016-12-25avoid spurious "may be used uninitialized" warningLinus Torvalds1-0/+1
2016-12-25mm: add PageWaiters indicating tasks are waiting for a page bitNicholas Piggin9-50/+174
2016-12-25mm: Use owner_priv bit for PageSwapCache, valid when PageSwapBackedNicholas Piggin4-18/+25
2016-12-25ktime: Get rid of ktime_equal()Thomas Gleixner4-20/+4
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner56-95/+84
2016-12-25ktime: Get rid of the unionThomas Gleixner48-227/+200
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner132-327/+320