index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-07
dynamic_debug: add static inline stub for ddebug_add_module
Rasmus Villemoes
1
-2
/
+8
2019-03-07
dynamic_debug: consolidate DEFINE_DYNAMIC_DEBUG_METADATA definitions
Rasmus Villemoes
1
-15
/
+7
2019-03-07
linux/printk.h: use DYNAMIC_DEBUG_BRANCH in pr_debug_ratelimited
Rasmus Villemoes
1
-1
/
+1
2019-03-07
linux/net.h: use DYNAMIC_DEBUG_BRANCH in net_dbg_ratelimited
Rasmus Villemoes
1
-1
/
+1
2019-03-07
linux/device.h: use DYNAMIC_DEBUG_BRANCH in dev_dbg_ratelimited
Rasmus Villemoes
1
-1
/
+1
2019-03-07
include/linux/pid.h: remove next_pidmap() declaration
Nadav Amit
1
-1
/
+0
2019-03-07
linux/kernel.h: split *_MAX and *_MIN macros into <linux/limits.h>
Masahiro Yamada
2
-28
/
+37
2019-03-07
linux/kernel.h: use 'short' to define USHRT_MAX, SHRT_MAX, SHRT_MIN
Masahiro Yamada
1
-3
/
+3
2019-03-07
linux/fs.h: move member alignment check next to definition of struct filename
Rasmus Villemoes
1
-0
/
+3
2019-03-07
build_bug.h: add wrapper for _Static_assert
Rasmus Villemoes
1
-0
/
+19
2019-03-07
include/linux/types.h: use "unsigned int" instead of "unsigned"
WangBo
1
-3
/
+3
2019-03-07
<linux/kernel.h>: drop the gcc-3.3 'const' hack in roundup()
Randy Dunlap
1
-3
/
+1
2019-03-07
kernel.h: unconditionally include asm/div64.h for do_div()
Jani Nikula
1
-1
/
+1
2019-03-07
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+5
2019-03-07
Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
1
-3
/
+0
2019-03-07
Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit
Linus Torvalds
6
-42
/
+45
2019-03-07
Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
Linus Torvalds
5
-70
/
+59
2019-03-07
Merge branch 'for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
2
-1
/
+3
2019-03-07
Merge tag 'fsnotify_for_v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
4
-41
/
+128
2019-03-07
platform/x86: wmi: move struct wmi_device_id to mod_devicetable.h
Mattias Jacobsson
2
-4
/
+13
2019-03-07
Merge tag 'dtype_for_v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2
-16
/
+76
2019-03-07
PM-runtime: Call pm_runtime_active|suspended_time() from sysfs
Ulf Hansson
1
-1
/
+0
2019-03-07
drm: move i915_kick_out_vgacon to vgaarb
Gerd Hoffmann
1
-0
/
+2
2019-03-07
bpf: only test gso type on gso packets
Willem de Bruijn
1
-2
/
+2
2019-03-06
mailbox: ZynqMP IPI mailbox controller
Wendy Liang
1
-0
/
+20
2019-03-06
Merge tag 'usb-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
9
-36
/
+31
2019-03-06
Merge tag 'tty-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
1
-1
/
+1
2019-03-06
Merge tag 'staging-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
Linus Torvalds
1
-0
/
+1
2019-03-06
Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
6
-27
/
+119
2019-03-06
Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
11
-58
/
+647
2019-03-06
Merge tag 'sound-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Linus Torvalds
1
-0
/
+7
2019-03-06
Merge tag 'devprop-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-1
/
+1
2019-03-06
Merge tag 'acpi-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
2
-0
/
+12
2019-03-06
Merge branch 'remotes/lorenzo/pci/endpoint'
Bjorn Helgaas
1
-8
/
+23
2019-03-06
Merge branch 'pci/misc'
Bjorn Helgaas
2
-6
/
+10
2019-03-06
Merge tag 'pm-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
8
-34
/
+74
2019-03-06
appletalk: Fix compile regression
Arnd Bergmann
1
-4
/
+14
2019-03-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
27
-109
/
+294
2019-03-06
Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
2
-0
/
+52
2019-03-06
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
10
-3
/
+286
2019-03-06
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
2
-15
/
+0
2019-03-06
virtio: hint if callbacks surprisingly might sleep
Cornelia Huck
1
-0
/
+13
2019-03-06
virtio: Introduce virtio_max_dma_size()
Joerg Roedel
1
-0
/
+2
2019-03-06
dma: Introduce dma_max_mapping_size()
Joerg Roedel
1
-0
/
+8
2019-03-06
swiotlb: Add is_swiotlb_active() function
Joerg Roedel
1
-0
/
+6
2019-03-06
swiotlb: Introduce swiotlb_max_mapping_size()
Joerg Roedel
1
-0
/
+5
2019-03-06
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
9
-38
/
+37
2019-03-06
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-9
/
+48
2019-03-06
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
6
-1300
/
+2346
2019-03-06
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-14
/
+27
[prev]
[next]