summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Documentation: ACPI: move video_extension.txt to firmware-guide/acpi and conv...Changbin Du2019-04-252-34/+50
* Documentation: ACPI: move ssdt-overlays.txt to admin-guide/acpi and convert t...Changbin Du2019-04-253-172/+181
* Documentation: ACPI: move lpit.txt to firmware-guide/acpi and convert to reSTChangbin Du2019-04-252-5/+14
* Documentation: ACPI: move cppc_sysfs.txt to admin-guide/acpi and convert to reSTChangbin Du2019-04-252-32/+40
* Documentation: ACPI: move apei/einj.txt to firmware-guide/acpi and convert to...Changbin Du2019-04-252-43/+52
* Documentation: ACPI: move apei/output_format.txt to firmware-guide/acpi and c...Changbin Du2019-04-253-147/+151
* Documentation: ACPI: move aml-debugger.txt to firmware-guide/acpi and convert...Changbin Du2019-04-253-66/+76
* Documentation: ACPI: move method-tracing.txt to firmware-guide/acpi and conve...Changbin Du2019-04-253-192/+239
* Documentation: ACPI: move debug.txt to firmware-guide/acpi and convert to reSTChangbin Du2019-04-252-15/+19
* Documentation: ACPI: move dsd/data-node-references.txt to firmware-guide/acpi...Changbin Du2019-04-252-16/+21
* Documentation: ACPI: move dsd/graph.txt to firmware-guide/acpi and convert to...Changbin Du2019-04-252-77/+81
* Documentation: ACPI: move acpi-lid.txt to firmware-guide/acpi and convert to ...Changbin Du2019-04-252-11/+30
* Documentation: ACPI: move i2c-muxes.txt to firmware-guide/acpi and convert to...Changbin Du2019-04-253-59/+63
* Documentation: ACPI: move dsdt-override.txt to admin-guide/acpi and convert t...Changbin Du2019-04-252-1/+8
* Documentation: ACPI: move initrd_table_override.txt to admin-guide/acpi and c...Changbin Du2019-04-253-111/+116
* Documentation: ACPI: move method-customizing.txt to firmware-guide/acpi and c...Changbin Du2019-04-253-74/+91
* Documentation: ACPI: move gpio-properties.txt to firmware-guide/acpi and conv...Changbin Du2019-04-253-35/+46
* Documentation: ACPI: move DSD-properties-rules.txt to firmware-guide/acpi and...Changbin Du2019-04-252-9/+13
* Documentation: ACPI: move scan_handlers.txt to driver-api/acpi and convert to...Changbin Du2019-04-252-9/+16
* Documentation: ACPI: move linuxized-acpica.txt to driver-api/acpi and convert...Changbin Du2019-04-252-46/+64
* Documentation: ACPI: move osi.txt to firmware-guide/acpi and convert to reSTChangbin Du2019-04-252-6/+10
* Documentation: ACPI: move enumeration.txt to firmware-guide/acpi and convert ...Changbin Du2019-04-252-62/+74
* Documentation: ACPI: move namespace.txt to firmware-guide/acpi and convert to...Changbin Du2019-04-252-141/+154
* Documentation: add Linux ACPI to Sphinx TOC treeChangbin Du2019-04-257-0/+51
* Documentation: acpi: Add an example for PRP0001Thomas Preston2019-03-281-0/+26
* Linux 5.1-rc2v5.1-rc2Linus Torvalds2019-03-241-1/+1
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-03-247-59/+58
|\
| * ext4: prohibit fstrim in norecovery modeDarrick J. Wong2019-03-231-0/+7
| * ext4: cleanup bh release code in ext4_ind_remove_space()zhangyi (F)2019-03-231-25/+22
| * ext4: brelse all indirect buffer in ext4_ind_remove_space()zhangyi (F)2019-03-231-4/+8
| * ext4: report real fs size after failed resizeLukas Czerner2019-03-151-1/+5
| * ext4: add missing brelse() in add_new_gdb_meta_bg()Lukas Czerner2019-03-151-2/+9
| * ext4: remove useless ext4_pin_inode()Jason Yan2019-03-151-30/+0
| * ext4: avoid panic during forced rebootJan Kara2019-03-151-3/+13
| * ext4: fix data corruption caused by unaligned direct AIOLukas Czerner2019-03-151-1/+1
| * ext4: fix NULL pointer dereference while journal is abortedJiufei Xue2019-03-151-1/+1
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-03-243-56/+89
|\ \
| * | sched/fair: Skip LLC NOHZ logic for asymmetric systemsValentin Schneider2019-03-191-28/+37
| * | sched/fair: Tune down misfit NOHZ kicksValentin Schneider2019-03-191-1/+25
| * | sched/fair: Comment some nohz_balancer_kick() kick conditionsValentin Schneider2019-03-191-2/+11
| * | sched/core: Fix buffer overflow in cgroup2 property cpu.maxKonstantin Khlebnikov2019-03-191-1/+1
| * | sched/cpufreq: Fix 32-bit math overflowPeter Zijlstra2019-03-191-34/+25
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-24110-1314/+3724
|\ \ \
| * \ \ Merge tag 'perf-core-for-mingo-5.1-20190321' of git://git.kernel.org/pub/scm/...Thomas Gleixner2019-03-2278-1028/+1794
| |\ \ \
| | * | | perf bpf: Show more BPF program info in print_bpf_prog_info()Song Liu2019-03-213-3/+53
| | * | | perf bpf: Extract logic to create program names from perf_event__synthesize_o...Song Liu2019-03-211-27/+35
| | * | | perf tools: Save bpf_prog_info and BTF of new BPF programsSong Liu2019-03-2128-24/+145
| | * | | perf evlist: Introduce side band threadSong Liu2019-03-215-0/+155
| | * | | perf annotate: Enable annotation of BPF programsSong Liu2019-03-203-2/+164
| | * | | perf build: Check what binutils's 'disassembler()' signature to useSong Liu2019-03-203-2/+18