index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
2009-09-15
4
-27
/
+157
|
\
|
*
percpu: kill lpage first chunk allocator
Tejun Heo
2009-08-14
1
-16
/
+0
|
*
percpu: update embedding first chunk allocator to handle sparse units
Tejun Heo
2009-08-14
1
-2
/
+5
|
*
vmalloc: implement pcpu_get_vm_areas()
Tejun Heo
2009-08-14
1
-0
/
+6
|
*
percpu: add pcpu_unit_offsets[]
Tejun Heo
2009-08-14
1
-9
/
+7
|
*
percpu: introduce pcpu_alloc_info and pcpu_group_info
Tejun Heo
2009-08-14
1
-13
/
+29
|
*
percpu: move pcpu_lpage_build_unit_map() and pcpul_lpage_dump_cfg() upward
Tejun Heo
2009-08-14
1
-6
/
+8
|
*
percpu: add @align to pcpu_fc_alloc_fn_t
Tejun Heo
2009-08-14
1
-1
/
+2
|
*
percpu: make @dyn_size mandatory for pcpu_setup_first_chunk()
Tejun Heo
2009-08-14
1
-1
/
+1
|
*
percpu: drop @static_size from first chunk allocators
Tejun Heo
2009-08-14
1
-10
/
+8
|
*
percpu: generalize first chunk allocator selection
Tejun Heo
2009-08-14
1
-0
/
+12
|
*
percpu: build first chunk allocators selectively
Tejun Heo
2009-08-14
1
-22
/
+5
|
*
percpu: rename 4k first chunk allocator to page
Tejun Heo
2009-08-14
1
-1
/
+1
|
*
Merge branch 'percpu-for-linus' into percpu-for-next
Tejun Heo
2009-08-14
90
-505
/
+863
|
|
\
|
*
|
percpu: add dummy pcpu_lpage_remapped() for !CONFIG_SMP
Tejun Heo
2009-07-15
1
-0
/
+5
|
*
|
linker script: unify usage of discard definition
Tejun Heo
2009-07-09
1
-6
/
+12
|
*
|
percpu: teach large page allocator about NUMA
Tejun Heo
2009-07-04
1
-2
/
+22
|
*
|
percpu: allow non-linear / sparse cpu -> unit mapping
Tejun Heo
2009-07-04
1
-1
/
+2
|
*
|
percpu: drop pcpu_chunk->page[]
Tejun Heo
2009-07-04
1
-2
/
+1
|
*
|
percpu: simplify pcpu_setup_first_chunk()
Tejun Heo
2009-07-04
1
-3
/
+2
|
*
|
x86,percpu: generalize lpage first chunk allocator
Tejun Heo
2009-07-04
1
-0
/
+27
|
*
|
x86,percpu: generalize 4k first chunk allocator
Tejun Heo
2009-07-04
1
-2
/
+10
|
*
|
percpu: drop @unit_size from embed first chunk allocator
Tejun Heo
2009-07-04
1
-1
/
+1
|
*
|
Merge branch 'master' into for-next
Tejun Heo
2009-07-04
112
-349
/
+1743
|
|
\
\
|
*
|
|
percpu: use __weak only in the definition of weak percpu variables
Tejun Heo
2009-06-29
1
-1
/
+1
|
*
|
|
percpu: implement optional weak percpu definitions
Tejun Heo
2009-06-24
1
-9
/
+56
|
*
|
|
linker script: throw away .discard section
Tejun Heo
2009-06-24
1
-0
/
+8
|
*
|
|
percpu: use dynamic percpu allocator as the default percpu allocator
Tejun Heo
2009-06-24
1
-3
/
+9
*
|
|
|
Nicolas Pitre has a new email address
Nicolas Pitre
2009-09-15
1
-1
/
+1
*
|
|
|
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
2009-09-15
9
-87
/
+429
|
\
\
\
\
|
*
|
|
|
V4L/DVB (12625): Add new V4L2_FMT_FLAG_EMULATED flag to videodev2.h
Hans de Goede
2009-09-12
1
-0
/
+1
|
*
|
|
|
V4L/DVB (12595): common/ir: use a struct for keycode tables
Mauro Carvalho Chehab
2009-09-12
2
-71
/
+75
|
*
|
|
|
V4L/DVB (12591): em28xx: Add entry for GADMEI UTV330+ and related IR keymap
Mauro Carvalho Chehab
2009-09-12
1
-0
/
+1
|
*
|
|
|
V4L/DVB (12552): FM TX: si4713: Add files to handle si4713 i2c device
Eduardo Valentin
2009-09-12
1
-0
/
+49
|
*
|
|
|
V4L/DVB (12551): FM TX: si4713: Add files to add radio interface for si4713
Eduardo Valentin
2009-09-12
1
-0
/
+30
|
*
|
|
|
V4L/DVB (12548): v4l2: video device: Add V4L2_CTRL_CLASS_FM_TX controls
Eduardo Valentin
2009-09-12
1
-0
/
+34
|
*
|
|
|
V4L/DVB (12547): v4l2-subdev.h: Add g/s_modulator callbacks to subdev api
Eduardo Valentin
2009-09-12
1
-0
/
+2
|
*
|
|
|
V4L/DVB (12543): v4l: introduce string control support.
Hans Verkuil
2009-09-12
1
-2
/
+4
|
*
|
|
|
V4L/DVB (12463): Add support for Compro VideoMate S350 DVB-S PCI card.
Igor M. Liplianin
2009-09-12
1
-0
/
+1
|
*
|
|
|
V4L/DVB (12444): em28xx: add support for Terratec Cinergy Hybrid T USB XS rem...
Devin Heitmueller
2009-09-12
1
-0
/
+1
|
*
|
|
|
V4L/DVB (12366): ir-kbd-i2c: Allow use of ir-kdb-i2c internal get_key funcs a...
Andy Walls
2009-09-12
1
-0
/
+17
|
*
|
|
|
V4L/DVB (12334): tuner-simple: Add an entry for the Partsnic PTI-5NF05 NTSC t...
Andy Walls
2009-09-12
1
-0
/
+1
|
*
|
|
|
V4L/DVB (12316): v4l: add V4L2_CAP_RDS_OUTPUT and V4L2_CAP_MODULATOR caps
Hans Verkuil
2009-09-12
1
-0
/
+2
|
*
|
|
|
V4L/DVB (12275): Add two new ioctls: DMX_ADD_PID and DMX_REMOVE_PID
Andreas Oberritter
2009-09-12
1
-0
/
+2
|
*
|
|
|
V4L/DVB (12212): v4l2: add RDS API to videodev2.h
Hans Verkuil
2009-09-12
1
-0
/
+23
|
*
|
|
|
V4L/DVB (12187): uvcvideo: Move UVC definitions to linux/usb/video.h
Laurent Pinchart
2009-09-12
1
-0
/
+164
|
*
|
|
|
V4L/DVB (12158): v4l: add cropping prototypes to struct v4l2_subdev_video_ops
Guennadi Liakhovetski
2009-09-12
1
-0
/
+3
|
*
|
|
|
V4L/DVB (12149): videodev2.h: Reorganize fourcc table
Mauro Carvalho Chehab
2009-09-12
1
-17
/
+22
*
|
|
|
|
Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2009-09-15
2
-7
/
+14
|
\
\
\
\
\
|
*
\
\
\
\
Merge branch 'x86/urgent' into x86/pat
H. Peter Anvin
2009-08-26
90
-505
/
+863
|
|
\
\
\
\
\
|
|
|
|
_
|
_
|
/
|
|
|
/
|
|
|
[next]