summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2019-07-17include/linux/lz4.h: fix spelling and copy-paste errors in documentationTom Levy1-9/+9
2019-07-17kernel/pid.c: convert struct pid count to refcount_tJoel Fernandes (Google)1-2/+3
2019-07-17signal: simplify set_user_sigmask/restore_user_sigmaskOleg Nesterov3-8/+11
2019-07-17signal: reorder struct sighand_structAlexey Dobriyan1-2/+2
2019-07-17ptrace: add PTRACE_GET_SYSCALL_INFO requestElvira Khabirova1-3/+6
2019-07-17coda: move internal defs out of include/linux/ [ver #2]David Howells1-89/+0
2019-07-17uapi linux/coda_psdev.h: move CODA_REQ_ from uapi to kernel side headersJan Harkes1-0/+5
2019-07-17coda: fix build using bare-metal toolchainSam Protsenko1-2/+1
2019-07-17coda: potential buffer overflow in coda_psdev_write()Jan Harkes1-1/+2
2019-07-17uapi linux/coda_psdev.h: move upc_req definition from uapi to kernel side hea...Mikko Rapeli1-0/+11
2019-07-17mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual1-0/+19
2019-07-17lib/rbtree: avoid generating code twice for the cached versionsMichel Lespinasse2-41/+56
2019-07-17mm/ioremap: probe platform for p4d huge map supportAnshuman Khandual1-0/+1
2019-07-17lib/list: tweak LIST_POISON2 for better code generation on x86_64Alexey Dobriyan1-1/+1
2019-07-17linux/bits.h: make BIT(), GENMASK(), and friends available in assemblyMasahiro Yamada1-7/+10
2019-07-17include/linux/kernel.h: add typeof_member() macroAlexey Dobriyan1-0/+2
2019-07-17mm: stub out all of swapops.h for !CONFIG_MMUChristoph Hellwig1-2/+3
2019-07-17mm: provide a print_vma_addr stub for !CONFIG_MMUChristoph Hellwig1-0/+6
2019-07-16Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Linus Torvalds9-9/+70
2019-07-16tracing: Make trace_get_fields() globalCong Wang1-0/+8
2019-07-16tracing: Pass type into tracing_generic_entry_update()Cong Wang1-0/+1
2019-07-16Merge tag 'for-linus-20190715' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2019-07-16cpufreq: Make cpufreq_generic_init() return voidViresh Kumar1-1/+1
2019-07-16Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds9-28/+81
2019-07-16Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2-53/+47
2019-07-16Merge tag 'for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds1-0/+15
2019-07-16Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-15/+85
2019-07-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-3/+30
2019-07-16Merge tag 'mfd-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds10-111/+828
2019-07-16Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds4-12/+117
2019-07-16bpf: rename bpf_ctx_wide_store_ok to bpf_ctx_wide_access_okStanislav Fomichev1-1/+1
2019-07-15Revert "Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/l...Dave Airlie1-18/+1
2019-07-15Revert "mm: adjust apply_to_pfn_range interface for dropped token."Dave Airlie1-1/+1
2019-07-15docs: serial: move it to the driver-apiMauro Carvalho Chehab1-1/+1
2019-07-15docs: admin-guide: add a series of orphaned documentsMauro Carvalho Chehab1-1/+1
2019-07-15docs: cgroup-v1: add it to the admin-guide bookMauro Carvalho Chehab1-1/+1
2019-07-15docs: driver-model: move it to the driver-api bookMauro Carvalho Chehab2-2/+2
2019-07-15docs: connector: convert to ReST and rename to connector.rstMauro Carvalho Chehab1-1/+62
2019-07-15docs: locking: convert docs to ReST and rename to *.rstMauro Carvalho Chehab3-3/+3
2019-07-15intel_rapl: need linux/cpuhotplug.h for enum cpuhp_stateStephen Rothwell1-0/+1
2019-07-15ACPI: fix false-positive -Wuninitialized warningArnd Bergmann1-1/+4
2019-07-15mm: adjust apply_to_pfn_range interface for dropped token.Dave Airlie1-1/+1
2019-07-15Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds6-337/+92
2019-07-15Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-plat...Linus Torvalds5-6/+40
2019-07-15Merge tag 'mailbox-v5.3' of git://git.linaro.org/landing-teams/working/fujits...Linus Torvalds1-1/+3
2019-07-15Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...Linus Torvalds1-1/+9
2019-07-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+5
2019-07-14clone: fix CLONE_PIDFD supportDmitry V. Levin1-0/+1
2019-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-1/+5
2019-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideLinus Torvalds1-136/+136