summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* lib: add crc64 calculation routinesColy Li2018-08-221-0/+11
* include/linux/bitops.h: introduce BITS_PER_TYPEChris Wilson2018-08-222-2/+2
* kernel: tracepoints: add support for relative referencesArd Biesheuvel2018-08-221-4/+15
* PCI: Add support for relative addressing in quirk tablesArd Biesheuvel2018-08-221-0/+20
* init: allow initcall tables to be emitted using relative referencesArd Biesheuvel2018-08-221-11/+33
* module: use relative references for __ksymtab entriesArd Biesheuvel2018-08-223-13/+64
* module: allow symbol exports to be disabledArd Biesheuvel2018-08-221-1/+10
* kernel/hung_task.c: allow to set checking interval separately from timeoutDmitry Vyukov2018-08-222-0/+2
* linux/compiler.h: don't use boolRasmus Villemoes2018-08-221-1/+1
* userns: use refcount_t for reference counting instead atomic_tSebastian Andrzej Siewior2018-08-221-2/+3
* bdi: use refcount_t for reference counting instead atomic_tSebastian Andrzej Siewior2018-08-222-3/+4
* kernel.h: documentation for roundup() vs round_up()Kees Cook2018-08-221-1/+34
* include/asm-generic/bug.h: clarify valid uses of WARN()Dmitry Vyukov2018-08-221-3/+13
* proc/kcore: add vmcoreinfo note to /proc/kcoreOmar Sandoval2018-08-221-0/+2
* proc/kcore: don't grab lock for kclist_add()Omar Sandoval2018-08-221-1/+1
* proc: spread "const" a bitAlexey Dobriyan2018-08-221-1/+1
* mm: fix comment for NODEMASK_ALLOCOscar Salvador2018-08-221-1/+1
* /proc/meminfo: add percpu populated pages countDennis Zhou (Facebook)2018-08-221-0/+2
* mm, oom: introduce memory.oom.groupRoman Gushchin2018-08-221-0/+18
* mm/page_alloc: Introduce free_area_init_core_hotplugOscar Salvador2018-08-222-1/+2
* mm: access zone->node via zone_to_nid() and zone_set_nid()Pavel Tatashin2018-08-222-15/+20
* mm: remove zone_id() and make use of zone_idx() in is_dev_zone()Oscar Salvador2018-08-221-19/+12
* mm: zero out the vma in vma_init()Andrew Morton2018-08-221-0/+1
* mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko2018-08-224-12/+30
* mm, swap, get_swap_pages: use entry_size instead of cluster in parameterHuang Ying2018-08-221-1/+1
* mm: struct shrinker: make flags of unsigned typeKirill Tkhai2018-08-221-2/+2
* mm: struct shrink_control: keep int fields togetherKirill Tkhai2018-08-221-3/+3
* Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-08-209-43/+71
|\
| * Uprobe: Additional argument arch_uprobe to uprobe_write_opcode()Ravi Bangoria2018-08-131-1/+1
| * tracing: Partial revert of "tracing: Centralize preemptirq tracepoints and un...Steven Rostedt (VMware)2018-08-102-4/+6
| * ring-buffer: Make ring_buffer_record_is_set_on() return boolSteven Rostedt (VMware)2018-08-011-1/+1
| * ring-buffer: Make ring_buffer_record_is_on() return boolSteven Rostedt (VMware)2018-08-011-1/+1
| * tracing: Centralize preemptirq tracepoints and unify their usageJoel Fernandes (Google)2018-07-315-26/+29
| * tracepoint: Make rcuidle tracepoint callers use SRCUJoel Fernandes (Google)2018-07-301-8/+32
| * tracing: Remove orphaned function ftrace_nr_registered_ops()Masami Hiramatsu2018-07-261-6/+0
| * srcu: Add notrace variant of srcu_dereferenceJoel Fernandes (Google)2018-07-261-0/+5
| * srcu: Add notrace variants of srcu_read_{lock,unlock}Paul McKenney2018-07-261-0/+17
* | Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-08-207-19/+36
|\ \
| * | libceph: implement CEPHX_V2 calculation modeIlya Dryomov2018-08-021-3/+4
| * | libceph: add authorizer challengeIlya Dryomov2018-08-023-1/+12
| * | libceph: store ceph_auth_handshake pointer in ceph_connectionIlya Dryomov2018-08-021-2/+1
| * | libceph: remove now unused ceph_{en,de}code_timespec()Ilya Dryomov2018-08-021-12/+0
| * | libceph: use timespec64 for r_mtimeArnd Bergmann2018-08-021-3/+3
| * | libceph: use timespec64 in for keepalive2 and ticket validityArnd Bergmann2018-08-022-2/+20
| * | libceph: change ceph_pagelist_encode_string() to take u32Ilya Dryomov2018-08-021-1/+1
| * | libceph: make ceph_osdc_notify{,_ack}() payload_len u32Ilya Dryomov2018-08-021-2/+2
* | | Merge tag 'rtc-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2018-08-201-17/+4
|\ \ \
| * | | rtc: remove struct rtc_taskAlexandre Belloni2018-08-021-7/+2
| * | | rtc: simplify rtc_irq_set_state/rtc_irq_set_freqAlexandre Belloni2018-07-261-4/+2
| * | | rtc: remove irq_task and irq_task_lockAlexandre Belloni2018-07-261-2/+0