index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-09
security,overlayfs: Provide security hook for copy up of xattrs for overlay file
Vivek Goyal
2
-0
/
+16
2016-08-09
security, overlayfs: provide copy up security hook for unioned files
Vivek Goyal
2
-0
/
+17
2016-08-09
Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...
Linus Torvalds
3
-0
/
+38
2016-08-08
bpf: fix checksum fixups on bpf_skb_store_bytes
Daniel Borkmann
1
-19
/
+33
2016-08-08
unsafe_[get|put]_user: change interface to use a error target label
Linus Torvalds
1
-2
/
+2
2016-08-08
sctp: Export struct sctp_info to userspace
Phil Sutter
2
-64
/
+64
2016-08-08
netns: Add a limit on the number of net namespaces
Eric W. Biederman
2
-0
/
+2
2016-08-08
cgroupns: Add a limit on the number of cgroup namespaces
Eric W. Biederman
2
-0
/
+2
2016-08-08
ipcns: Add a limit on the number of ipc namespaces
Eric W. Biederman
2
-0
/
+2
2016-08-08
utsns: Add a limit on the number of uts namespaces
Eric W. Biederman
2
-0
/
+2
2016-08-08
pidns: Add a limit on the number of pid namespaces
Eric W. Biederman
2
-0
/
+2
2016-08-08
userns: Generalize the user namespace count into ucount
Eric W. Biederman
1
-4
/
+10
2016-08-08
userns: Make the count of user namespaces per user
Eric W. Biederman
1
-4
/
+14
2016-08-08
userns: Add a limit on the number of user namespaces
Eric W. Biederman
1
-0
/
+6
2016-08-08
drm/plane-helper: Add drm_plane_helper_check_state()
Ville Syrjälä
1
-0
/
+5
2016-08-08
userns: Add per user namespace sysctls.
Eric W. Biederman
1
-0
/
+4
2016-08-08
drm: Store clipped src/dst coordinatee in drm_plane_state
Ville Syrjälä
1
-0
/
+13
2016-08-08
drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_?
Joonas Lahtinen
1
-8
/
+9
2016-08-08
drm/ttm: Remove unused parameter evict from ttm_bo_move_memcpy
Michel Dänzer
1
-3
/
+1
2016-08-08
drm/ttm: Remove unused parameter evict from ttm_bo_move_ttm
Michel Dänzer
1
-2
/
+1
2016-08-08
drm/ttm: Wait for a BO to become idle before unbinding it from GTT
Michel Dänzer
1
-1
/
+2
2016-08-08
drm/ttm: Add interface to export kernel_zone max memory size in ttm
Ken Wang
1
-0
/
+1
2016-08-08
drm/amdgpu: expose AMDGPU_GEM_CREATE_VRAM_CLEARED to user space
Flora Cui
1
-0
/
+2
2016-08-08
userns: Free user namespaces in process context
Eric W. Biederman
1
-2
/
+3
2016-08-08
sysctl: Stop implicitly passing current into sysctl_table_root.lookup
Eric W. Biederman
1
-2
/
+1
2016-08-08
mfd: ac100: Add driver for X-Powers AC100 audio codec / RTC combo IC
Chen-Yu Tsai
1
-0
/
+178
2016-08-08
ASoC: remove codec duplicated callback function
Kuninori Morimoto
1
-8
/
+0
2016-08-08
ASoC: topology: ABI - Add the types for BE DAI
Mengdong Lin
1
-2
/
+32
2016-08-08
ASoC: s3c24xx_uda134x: Remove unused power() callback
Sylwester Nawrocki
1
-1
/
+0
2016-08-08
ASoC: L3 bus: Add default gpio ops
Sylwester Nawrocki
1
-3
/
+12
2016-08-08
ASoC: simple-card-utils: add asoc_simple_card_parse_dai()
Kuninori Morimoto
1
-0
/
+17
2016-08-08
ASoC: simple-card-utils: add asoc_simple_card_parse_clk()
Kuninori Morimoto
1
-0
/
+8
2016-08-08
drm/atomic-helper: Add atomic_mode_set helper callback
Philipp Zabel
1
-0
/
+29
2016-08-08
gpu: ipu-v3: Add missing IDMAC channel names
Philipp Zabel
1
-0
/
+12
2016-08-08
gpu: ipu-v3: Add VDI input IDMAC channels
Steve Longerbeam
1
-0
/
+3
2016-08-08
gpu: ipu-v3: Add ipu_get_num()
Steve Longerbeam
1
-0
/
+1
2016-08-08
gpu: ipu-cpmem: Add ipu_cpmem_get_burstsize()
Steve Longerbeam
1
-0
/
+1
2016-08-08
gpu: ipu-cpmem: Add ipu_cpmem_set_uv_offset()
Steve Longerbeam
1
-0
/
+1
2016-08-08
drm/imx: convey the pixelclk-active and de-active flags from DT to the ipu-di...
Lothar Waßmann
1
-1
/
+1
2016-08-08
drm: add a helper function to extract 'de-active' and 'pixelclk-active' from DT
Lothar Waßmann
1
-1
/
+2
2016-08-08
drm: Mark up legacy/dri1 drivers with DRM_LEGACY
Daniel Vetter
1
-0
/
+1
2016-08-08
drm: rename DRM_MINOR_LEGACY to DRM_MINOR_PRIMARY
David Herrmann
1
-2
/
+2
2016-08-08
drm: Convert drm_vma_manager to embedded interval-tree in drm_mm
Chris Wilson
1
-2
/
+0
2016-08-08
drm: Track drm_mm nodes with an interval tree
Chris Wilson
1
-0
/
+12
2016-08-08
netfilter: nf_tables: s/MFT_REG32_01/NFT_REG32_01
Pablo Neira Ayuso
1
-1
/
+1
2016-08-08
Merge branch 'drm-next-4.8' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
1
-1
/
+2
2016-08-08
EXPORT_SYMBOL() for asm
Al Viro
1
-0
/
+94
2016-08-08
dmaengine: add support to provide error result from a DMA transation
Dave Jiang
1
-0
/
+16
2016-08-08
extcon: Add new EXTCON_CHG_WPT for Wireless Power Transfer device
Chanwoo Choi
1
-0
/
+1
2016-08-08
extcon: Add new EXTCON_DISP_HMD for Head-mounted Display device
Chanwoo Choi
1
-0
/
+1
[prev]
[next]