Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | mm: madvise: fix vma user-after-free | Yang Shi | 2020-09-05 | 1 | -1/+1 | |
| | * | | | | | | | | checkpatch: fix the usage of capture group ( ... ) | Mrinal Pandey | 2020-09-05 | 1 | -2/+2 | |
| | * | | | | | | | | fork: adjust sysctl_max_threads definition to match prototype | Tobias Klauser | 2020-09-05 | 1 | -1/+1 | |
| | * | | | | | | | | ipc: adjust proc_ipc_sem_dointvec definition to match prototype | Tobias Klauser | 2020-09-05 | 1 | -1/+1 | |
| | * | | | | | | | | mm: track page table modifications in __apply_to_page_range() | Joerg Roedel | 2020-09-05 | 1 | -13/+24 | |
| | * | | | | | | | | MAINTAINERS: IA64: mark Status as Odd Fixes only | Randy Dunlap | 2020-09-05 | 1 | -1/+1 | |
| | * | | | | | | | | MAINTAINERS: add LLVM maintainers | Nick Desaulniers | 2020-09-05 | 1 | -0/+2 | |
| | * | | | | | | | | MAINTAINERS: update Cavium/Marvell entries | Robert Richter | 2020-09-05 | 1 | -15/+13 | |
| | * | | | | | | | | mm: slub: fix conversion of freelist_corrupted() | Eugeniu Rosca | 2020-09-05 | 1 | -6/+6 | |
| | * | | | | | | | | mm: memcg: fix memcg reclaim soft lockup | Xunlei Pang | 2020-09-05 | 1 | -0/+8 | |
| | * | | | | | | | | memcg: fix use-after-free in uncharge_batch | Michal Hocko | 2020-09-05 | 1 | -0/+6 | |
| * | | | | | | | | | Merge tag 'xfs-5.9-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2020-09-05 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt files | Darrick J. Wong | 2020-09-03 | 1 | -1/+1 | |
| * | | | | | | | | | | xfs: don't update mtime on COW faults | Mikulas Patocka | 2020-09-05 | 1 | -2/+10 | |
| * | | | | | | | | | | ext2: don't update mtime on COW faults | Mikulas Patocka | 2020-09-05 | 1 | -2/+4 | |
| * | | | | | | | | | | Merge tag 's390-5.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 2020-09-04 | 4 | -1/+9 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | s390: update defconfigs | Heiko Carstens | 2020-09-02 | 3 | -0/+8 | |
| | * | | | | | | | | | | s390: fix GENERIC_LOCKBREAK dependency typo in Kconfig | Eric Farman | 2020-09-02 | 1 | -1/+1 | |
| | | |_|_|_|/ / / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 2020-09-04 | 2 | -3/+1 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | arm64/module: set trampoline section flags regardless of CONFIG_DYNAMIC_FTRACE | Jessica Yu | 2020-09-02 | 1 | -2/+1 | |
| | * | | | | | | | | | | arm64: Remove exporting cpu_logical_map symbol | Sudeep Holla | 2020-09-02 | 1 | -1/+0 | |
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge tag 'mips_fixes_5.9_1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2020-09-04 | 9 | -10/+25 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | MIPS: SNI: Fix SCSI interrupt | Thomas Bogendoerfer | 2020-09-03 | 1 | -2/+2 | |
| | * | | | | | | | | | | MIPS: add missing MSACSR and upper MSA initialization | Huang Pei | 2020-09-03 | 1 | -0/+12 | |
| | * | | | | | | | | | | MIPS: perf: Fix wrong check condition of Loongson event IDs | Tiezhu Yang | 2020-09-01 | 1 | -2/+2 | |
| | * | | | | | | | | | | mips/oprofile: Fix fallthrough placement | He Zhe | 2020-08-22 | 1 | -1/+3 | |
| | * | | | | | | | | | | MIPS: Loongson64: Remove unnecessary inclusion of boot_param.h | WANG Xuerui | 2020-08-22 | 2 | -3/+0 | |
| | * | | | | | | | | | | MIPS: BMIPS: Also call bmips_cpu_setup() for secondary cores | Florian Fainelli | 2020-08-21 | 1 | -0/+2 | |
| | * | | | | | | | | | | MIPS: mm: BMIPS5000 has inclusive physical caches | Florian Fainelli | 2020-08-21 | 1 | -0/+4 | |
| | * | | | | | | | | | | MIPS: Loongson64: Do not override watch and ejtag feature | Jiaxun Yang | 2020-08-17 | 1 | -2/+0 | |
| | | |_|_|/ / / / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge tag 'kbuild-fixes-v5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-09-04 | 4 | -24/+26 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | kconfig: remove redundant assignment prompt = prompt | Denis Efremov | 2020-09-03 | 1 | -1/+0 | |
| | * | | | | | | | | | | kbuild: Documentation: clean up makefiles.rst | Randy Dunlap | 2020-09-03 | 1 | -9/+9 | |
| | * | | | | | | | | | | kconfig: streamline_config.pl: check defined(ENV variable) before using it | Randy Dunlap | 2020-09-03 | 1 | -1/+4 | |
| | * | | | | | | | | | | Documentation/llvm: Improve formatting of commands, variables, and arguments | Nathan Chancellor | 2020-08-31 | 1 | -13/+13 | |
| | | |_|_|_|_|/ / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge tag 'pm-5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2020-09-04 | 4 | -96/+168 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 2020-09-04 | 2 | -89/+151 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | cpufreq: intel_pstate: Fix intel_pstate_get_hwp_max() for turbo disabled | Francisco Jerez | 2020-09-01 | 1 | -1/+1 | |
| | | * | | | | | | | | | | cpufreq: intel_pstate: Free memory only when turning off | Rafael J. Wysocki | 2020-09-01 | 1 | -33/+24 | |
| | | * | | | | | | | | | | cpufreq: intel_pstate: Add ->offline and ->online callbacks | Rafael J. Wysocki | 2020-09-01 | 1 | -49/+94 | |
| | | * | | | | | | | | | | cpufreq: intel_pstate: Tweak the EPP sysfs interface | Rafael J. Wysocki | 2020-09-01 | 2 | -1/+11 | |
| | | * | | | | | | | | | | cpufreq: intel_pstate: Update cached EPP in the active mode | Rafael J. Wysocki | 2020-09-01 | 1 | -5/+15 | |
| | | * | | | | | | | | | | cpufreq: intel_pstate: Refuse to turn off with HWP enabled | Rafael J. Wysocki | 2020-09-01 | 1 | -3/+9 | |
| | | | |_|/ / / / / / / | | | |/| | | | | | | | | ||||||
| | * | | | | | | | | | | Merge branch 'opp/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Rafael J. Wysocki | 2020-09-01 | 2 | -7/+17 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | | | ||||||
| | | * | | | | | | | | | opp: Don't drop reference for an OPP table that was never parsed | Viresh Kumar | 2020-08-31 | 2 | -7/+17 | |
| | | | |/ / / / / / / | | | |/| | | | | | | | ||||||
| * | | | | | | | | | | Merge tag 'libata-5.9-2020-09-04' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-09-04 | 4 | -6/+11 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | libata: implement ATA_HORKAGE_MAX_TRIM_128M and apply to Sandisks | Tejun Heo | 2020-09-02 | 3 | -4/+10 | |
| | * | | | | | | | | | | ata: ahci: use ata_link_info() instead of ata_link_printk() | Xu Wang | 2020-08-16 | 1 | -2/+1 | |
| | | |/ / / / / / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge tag 'block-5.9-2020-09-04' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-09-04 | 13 | -82/+212 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | block: allow for_each_bvec to support zero len bvec | Ming Lei | 2020-09-02 | 1 | -1/+8 |