index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-19
new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to those
Al Viro
2
-0
/
+2
2012-12-19
generic compat_sys_sigaltstack()
Al Viro
1
-0
/
+16
2012-12-19
introduce generic sys_sigaltstack(), switch x86 and um to it
Al Viro
1
-0
/
+6
2012-12-19
new helper: compat_user_stack_pointer()
Al Viro
1
-0
/
+3
2012-12-19
new helper: restore_altstack()
Al Viro
1
-0
/
+2
2012-12-19
new helper: current_user_stack_pointer()
Al Viro
1
-0
/
+4
2012-12-19
Bury the conditionals from kernel_thread/kernel_execve series
Al Viro
3
-15
/
+0
2012-12-19
COMPAT_SYSCALL_DEFINE: infrastructure
Al Viro
1
-0
/
+42
2012-12-19
watchdog: WatchDog Timer Driver Core: fix comment
Fabio Porcedda
1
-1
/
+1
2012-12-19
Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtd
Linus Torvalds
10
-98
/
+47
2012-12-19
usbnet: generic manage_power()
Oliver Neukum
1
-0
/
+2
2012-12-19
usbnet: handle PM failure gracefully
Oliver Neukum
1
-0
/
+1
2012-12-19
mlx4_core: Allow choosing flow steering mode
Jack Morgenstein
1
-0
/
+1
2012-12-19
Merge branch 'stable/for-jens-3.8' of git://git.kernel.org/pub/scm/linux/kern...
Jens Axboe
1
-0
/
+25
2012-12-19
Merge tag 'for-3.8-rc1' of git://gitorious.org/linux-pwm/linux-pwm
Linus Torvalds
1
-0
/
+3
2012-12-19
of: define struct device in of_platform.h if !OF_DEVICE and !OF_ADDRESS
Jonas Gorski
1
-0
/
+1
2012-12-19
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
7
-4
/
+35
2012-12-19
Merge tag 'byteswap-for-linus-20121219' of git://git.infradead.org/users/dwmw...
Linus Torvalds
2
-0
/
+17
2012-12-19
blk: avoid divide-by-zero with zero discard granularity
Linus Torvalds
1
-4
/
+15
2012-12-18
Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux
Linus Torvalds
3
-2
/
+28
2012-12-18
Merge branch 'akpm' (more patches from Andrew)
Linus Torvalds
9
-9
/
+285
2012-12-18
mm/hugetlb: create hugetlb cgroup file in hugetlb_init
Jianguo Wu
1
-3
/
+2
2012-12-18
memcg: add comments clarifying aspects of cache attribute propagation
Glauber Costa
1
-0
/
+6
2012-12-18
slub: slub-specific propagation changes
Glauber Costa
1
-0
/
+1
2012-12-18
slab: propagate tunable values
Glauber Costa
2
-4
/
+6
2012-12-18
memcg: aggregate memcg cache values in slabinfo
Glauber Costa
2
-0
/
+12
2012-12-18
memcg/sl[au]b: track all the memcg children of a kmem_cache
Glauber Costa
1
-0
/
+5
2012-12-18
memcg: destroy memcg caches
Glauber Costa
2
-1
/
+11
2012-12-18
sl[au]b: allocate objects from memcg cache
Glauber Costa
1
-1
/
+4
2012-12-18
sl[au]b: always get the cache from its page in kmem_cache_free()
Glauber Costa
1
-0
/
+5
2012-12-18
memcg: skip memcg kmem allocations in specified code regions
Glauber Costa
1
-0
/
+1
2012-12-18
memcg: infrastructure to match an allocation to the right cache
Glauber Costa
1
-0
/
+41
2012-12-18
memcg: allocate memory for memcg caches whenever a new memcg appears
Glauber Costa
1
-0
/
+2
2012-12-18
slab/slub: consider a memcg parameter in kmem_create_cache
Glauber Costa
2
-1
/
+39
2012-12-18
slab/slub: struct memcg_params
Glauber Costa
3
-0
/
+30
2012-12-18
fork: protect architectures where THREAD_SIZE >= PAGE_SIZE against fork bombs
Glauber Costa
1
-0
/
+2
2012-12-18
memcg: use static branches when code not in use
Glauber Costa
1
-1
/
+3
2012-12-18
res_counter: return amount of charges after res_counter_uncharge()
Glauber Costa
1
-5
/
+7
2012-12-18
mm: allocate kernel pages to the right memcg
Glauber Costa
1
-0
/
+3
2012-12-18
memcg: kmem controller infrastructure
Glauber Costa
1
-0
/
+110
2012-12-18
mm: add a __GFP_KMEMCG flag
Glauber Costa
1
-0
/
+2
2012-12-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2
-9
/
+11
2012-12-18
Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-7
/
+15
2012-12-18
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
1
-8
/
+21
2012-12-18
Merge tag 'nfs-for-3.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
3
-127
/
+76
2012-12-18
Merge tag 'md-3.8' of git://neil.brown.name/md
Linus Torvalds
1
-0
/
+4
2012-12-18
Merge branch 'slab/next' into slab/for-linus
Pekka Enberg
3
-7
/
+15
2012-12-17
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
17
-122
/
+135
2012-12-18
virtio: add drv_to_virtio to make code clearly
Wanlong Gao
1
-0
/
+5
2012-12-18
virtio: use dev_to_virtio wrapper in virtio
Wanlong Gao
1
-1
/
+5
[prev]
[next]