aboutsummaryrefslogtreecommitdiffstats
path: root/block (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-02tools build: Add -ldl to the disassembler-four-args feature testArnaldo Carvalho de Melo1-1/+1
2019-05-02perf cs-etm: Always allocate memory for cs_etm_queue::prev_packetLeo Yan1-5/+3
2019-05-02perf cs-etm: Don't check cs_etm_queue::prev_packet validityLeo Yan1-5/+1
2019-05-02perf report: Report OOM in status line in the GTK UIThomas Richter1-3/+5
2019-05-02perf bench numa: Add define for RUSAGE_THREAD if not presentArnaldo Carvalho de Melo1-0/+4
2019-05-02tools lib traceevent: Change tag string for errorLeo Yan1-1/+1
2019-05-02perf annotate: Fix build on 32 bit for BPF annotationThadeu Lima de Souza Cascardo1-4/+4
2019-05-02tools uapi x86: Sync vmx.h with the kernelArnaldo Carvalho de Melo1-0/+1
2019-05-02perf bpf: Return value with unlocking in perf_env__find_btf()Bo YU1-1/+1
2019-05-02MAINTAINERS: Include vendor specific files under arch/*/events/*Kim Phillips1-0/+1
2019-05-02perf/x86/amd: Update generic hardware cache events for Family 17hKim Phillips1-3/+108
2019-05-01gcc-9: don't warn about uninitialized btrfs extent_type variableLinus Torvalds1-1/+1
2019-05-01gcc-9: properly declare the {pv,hv}clock_page storageLinus Torvalds1-2/+2
2019-05-01gcc-9: don't warn about uninitialized variableLinus Torvalds1-1/+1
2019-05-01gcc-9: silence 'address-of-packed-member' warningLinus Torvalds1-1/+1
2019-04-30Revert "ACPICA: Clear status of GPEs before enabling them"Rafael J. Wysocki1-5/+1
2019-04-29x86: make ZERO_PAGE() at least parse its argumentLinus Torvalds1-1/+1
2019-04-29rdma: fix build errors on s390 and MIPS due to bad ZERO_PAGE useLinus Torvalds1-1/+1
2019-04-29selinux: use kernel linux/socket.h for genheaders and mdpPaulo Alcantara3-2/+1
2019-04-28Linux 5.1-rc7Linus Torvalds1-1/+1
2019-04-28fsnotify: Fix NULL ptr deref in fanotify_get_fsid()Jan Kara2-8/+18
2019-04-26slip: make slhc_free() silently accept an error pointerLinus Torvalds1-1/+1
2019-04-26Input: synaptics-rmi4 - write config register values to the right offsetLucas Stach1-1/+1
2019-04-26fs/proc/proc_sysctl.c: Fix a NULL pointer dereferenceYueHaibing1-2/+4
2019-04-26mm/page_alloc.c: fix never set ALLOC_NOFRAGMENT flagAndrey Ryabinin1-3/+3
2019-04-26mm/page_alloc.c: avoid potential NULL pointer dereferenceAndrey Ryabinin1-0/+3
2019-04-26mm, page_alloc: always use a captured page regardless of compaction resultMel Gorman1-5/+0
2019-04-26mm: do not boost watermarks to avoid fragmentation for the DISCONTIG memory modelMel Gorman2-8/+21
2019-04-26lib/test_vmalloc.c: do not create cpumask_t variable on stackUladzislau Rezki (Sony)1-3/+3
2019-04-26lib/Kconfig.debug: fix build error without CONFIG_BLOCKYueHaibing1-0/+1
2019-04-26zram: pass down the bvec we need to read into in the work structJérôme Glisse1-2/+3
2019-04-26mm/memory_hotplug.c: drop memory device reference after find_memory_block()David Hildenbrand1-0/+1
2019-04-26trace: Fix preempt_enable_no_resched() abusePeter Zijlstra1-1/+1
2019-04-26tracing: Fix a memory leak by early error exit in trace_pid_write()Wenwen Wang1-1/+4
2019-04-26tracing: Fix buffer_ref pipe opsJann Horn3-16/+17
2019-04-26dmaengine: mediatek-cqdma: fix wrong register usage in mtk_cqdma_startShun-Chih Yu1-1/+1
2019-04-25seccomp: Make NEW_LISTENER and TSYNC flags exclusiveTycho Andersen1-2/+15
2019-04-25selftests/seccomp: Prepare for exclusive seccomp flagsKees Cook1-9/+25
2019-04-26power: supply: sysfs: prevent endless uevent loop with CONFIG_POWER_SUPPLY_DEBUGAndrey Smirnov1-6/+0
2019-04-25sched/numa: Fix a possible divide-by-zeroXie XiuQi1-0/+4
2019-04-25RDMA/hns: Bugfix for mapping user dbLijun Ou1-1/+1
2019-04-25btrfs: Switch memory allocations in async csum calculation path to kvmallocNikolay Borisov2-5/+13
2019-04-25USB: w1 ds2490: Fix bug caused by improper use of altsetting arrayAlan Stern1-3/+3
2019-04-25USB: yurex: Fix protection fault after device removalAlan Stern1-0/+1
2019-04-25usb: usbip: fix isoc packet num validation in get_pipeMalte Leip2-9/+10
2019-04-25drm/bridge: dw-hdmi: fix SCDC configuration for ddc-i2c-busJonas Karlman1-4/+8
2019-04-25gpio: Fix gpiochip_add_data_with_key() error pathGeert Uytterhoeven1-4/+8
2019-04-25drm/vmwgfx: Fix dma API layer violationThomas Hellstrom1-28/+5
2019-04-25perf/x86/intel: Update KBL Package C-state events to also include PC8/PC9/PC10 countersHarry Pan1-5/+5
2019-04-24ipv4: add sanity checks in ipv4_link_failure()Eric Dumazet1-9/+23