index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-08
IPC: consolidate sem_exit_ns(), msg_exit_ns() and shm_exit_ns()
Pierre Peiffer
5
-67
/
+50
2008-02-08
IPC: make struct ipc_ids static in ipc_namespace
Pierre Peiffer
7
-104
/
+34
2008-02-08
IPC/semaphores: consolidate SEM_STAT and IPC_STAT commands
Pierre Peiffer
1
-22
/
+16
2008-02-08
ipc: uninline some code from util.h
Pavel Emelyanov
2
-58
/
+57
2008-02-08
serial_core: bring mostly into line with coding style
Alan Cox
1
-27
/
+28
2008-02-08
8250: enable rate reporting via termios
Alan Cox
1
-0
/
+1
2008-02-08
serial8250: coding style
Alan Cox
1
-9
/
+10
2008-02-08
8250_pci: coding style
Alan Cox
1
-55
/
+54
2008-02-08
8250_hub6: codding style
Alan Cox
1
-12
/
+12
2008-02-08
8250_hp300: coding style
Alan Cox
1
-20
/
+15
2008-02-08
8250_gsc: coding style
Alan Cox
1
-9
/
+8
2008-02-08
8250_early: coding style
Alan Cox
1
-8
/
+15
2008-02-08
tty_ioctl: drag screaming into compliance with the coding style
Alan Cox
1
-182
/
+180
2008-02-08
tty_io: drag screaming into coding style compliance
Alan Cox
1
-278
/
+283
2008-02-08
tty_audit: fix checkpatch complaint
Alan Cox
1
-1
/
+1
2008-02-08
rocket: don't let random users reset the controller
Alan Cox
1
-0
/
+3
2008-02-08
rocket: first pass at termios reporting
Alan Cox
1
-10
/
+8
2008-02-08
n_tty: clean up old code to follow coding style and (mostly) checkpatch
Alan Cox
1
-75
/
+73
2008-02-08
moxa: first pass at termios reporting
Alan Cox
1
-8
/
+15
2008-02-08
fix "modules: make module_address_lookup() safe"
Andrew Morton
2
-4
/
+4
2008-02-08
modules: include sections.h to avoid defining linker variables explicitly
Christoph Lameter
1
-3
/
+1
2008-02-08
Modules: handle symbols that have a zero value
Christoph Lameter
1
-9
/
+14
2008-02-08
tty: s390 support for termios2.
Heiko Carstens
3
-1
/
+11
2008-02-08
tty: let architectures override the user/kernel macros.
Heiko Carstens
1
-0
/
+6
2008-02-08
intel-iommu: fault_reason index cleanup
mark gross
2
-7
/
+6
2008-02-08
intel-iommu: PMEN support
mark gross
2
-1
/
+24
2008-02-08
proc: fix ->open'less usage due to ->proc_fops flip
Alexey Dobriyan
4
-11
/
+47
2008-02-08
proc: fix the threaded /proc/self
Eric W. Biederman
1
-6
/
+6
2008-02-08
proc: proper pidns handling for /proc/self
Eric W. Biederman
1
-2
/
+10
2008-02-08
proc: seqfile convert proc_pid_status to properly handle pid namespaces
Eric W. Biederman
10
-101
/
+103
2008-02-08
seqfile convert proc_pid_statm
Eric W. Biederman
3
-6
/
+9
2008-02-08
proc: rewrite do_task_stat to correctly handle pid namespaces.
Eric W. Biederman
3
-17
/
+20
2008-02-08
proc: implement proc_single_file_operations
Eric W. Biederman
2
-0
/
+46
2008-02-08
proc: detect duplicate names on registration
Zhang Rui
1
-0
/
+10
2008-02-08
proc: remove useless check on symlink removal
Alexey Dobriyan
1
-1
/
+1
2008-02-08
proc: simplify function prototypes
Alexey Dobriyan
2
-15
/
+6
2008-02-08
proc: less LOCK operations during lookup
Alexey Dobriyan
1
-2
/
+2
2008-02-08
proc: remove MODULE_LICENSE
Alexey Dobriyan
1
-1
/
+0
2008-02-08
namespaces: mark NET_NS with "depends on NAMESPACES"
Pavel Emelyanov
1
-1
/
+1
2008-02-08
namespaces: cleanup the code managed with PID_NS option
Pavel Emelyanov
6
-194
/
+220
2008-02-08
namespaces: cleanup the code managed with the USER_NS option
Pavel Emelyanov
4
-24
/
+21
2008-02-08
namespaces: move the IPC namespace under IPC_NS option
Pavel Emelyanov
12
-112
/
+164
2008-02-08
namespaces: move the UTS namespace under UTS_NS option
Pavel Emelyanov
3
-1
/
+30
2008-02-08
namespaces: add the NAMESPACES config option
Pavel Emelyanov
1
-0
/
+9
2008-02-08
hugetlb: add locking for overcommit sysctl
Nishanth Aravamudan
3
-1
/
+12
2008-02-08
inotify: fix check for one-shot watches before destroying them
Ulisses Furquim
1
-1
/
+1
2008-02-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm
Linus Torvalds
15
-483
/
+1372
2008-02-07
Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6
Linus Torvalds
60
-1731
/
+3689
2008-02-07
Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6
Linus Torvalds
85
-3184
/
+2303
2008-02-07
Convert SG from nopage to fault.
Nick Piggin
1
-12
/
+11
[next]