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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-18
audit: treat s_id as an untrusted string
Kees Cook
2
-13
/
+18
2012-01-18
audit: fix signedness bug in audit_log_execve_info()
Xi Wang
1
-2
/
+2
2012-01-18
audit: comparison on interprocess fields
Peter Moody
2
-1
/
+62
2012-01-18
audit: implement all object interfield comparisons
Peter Moody
2
-1
/
+38
2012-01-18
audit: allow interfield comparison between gid and ogid
Eric Paris
2
-1
/
+8
2012-01-18
audit: complex interfield comparison helper
Eric Paris
1
-11
/
+39
2012-01-18
audit: allow interfield comparison in audit rules
Eric Paris
3
-2
/
+37
2012-01-18
Kernel: Audit Support For The ARM Platform
Nathaniel Husted
6
-9
/
+25
2012-01-18
audit: do not call audit_getname on error
Eric Paris
2
-18
/
+13
2012-01-18
audit: only allow tasks to set their loginuid if it is -1
Eric Paris
3
-4
/
+24
2012-01-18
audit: remove task argument to audit_set_loginuid
Eric Paris
3
-5
/
+5
2012-01-18
audit: allow audit matching on inode gid
Eric Paris
3
-0
/
+14
2012-01-18
audit: allow matching on obj_uid
Eric Paris
3
-0
/
+14
2012-01-18
audit: remove audit_finish_fork as it can't be called
Eric Paris
3
-24
/
+0
2012-01-18
audit: reject entry,always rules
Eric Paris
1
-2
/
+4
2012-01-18
audit: inline audit_free to simplify the look of generic code
Eric Paris
3
-4
/
+8
2012-01-18
audit: drop audit_set_macxattr as it doesn't do anything
Eric Paris
1
-2
/
+0
2012-01-18
audit: inline checks for not needing to collect aux records
Eric Paris
2
-15
/
+23
2012-01-18
audit: drop some potentially inadvisable likely notations
Eric Paris
1
-6
/
+6
2012-01-18
audit: remove AUDIT_SETUP_CONTEXT as it isn't used
Eric Paris
1
-5
/
+1
2012-01-18
audit: inline audit_syscall_entry to reduce burden on archs
Eric Paris
16
-86
/
+72
2012-01-18
audit: ia32entry.S sign extend error codes when calling 64 bit code
Eric Paris
1
-1
/
+3
2012-01-18
Audit: push audit success and retcode into arch ptrace.h
Eric Paris
26
-74
/
+132
2012-01-18
seccomp: audit abnormal end to a process due to seccomp
Eric Paris
3
-21
/
+39
2012-01-18
audit: check current inode and containing object when filtering on major and ...
Eric Paris
1
-10
/
+14
2012-01-18
audit: drop the meaningless and format breaking word 'user'
Eric Paris
1
-1
/
+1
2012-01-18
audit: dynamically allocate audit_names when not enough space is in the names...
Eric Paris
1
-188
/
+215
2012-01-18
audit: make filetype matching consistent with other filters
Eric Paris
2
-12
/
+11
2012-01-12
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
13
-25
/
+89
2012-01-12
Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
12
-10
/
+337
2012-01-12
Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
17
-8
/
+1613
2012-01-12
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
11
-93
/
+69
2012-01-12
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...
Linus Torvalds
12
-726
/
+799
2012-01-12
Merge git://git.infradead.org/battery-2.6
Linus Torvalds
47
-737
/
+3475
2012-01-12
Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-42
/
+82
2012-01-12
Merge tag 'md-3.3-fixes' of git://neil.brown.name/md
Linus Torvalds
2
-1
/
+16
2012-01-12
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...
Linus Torvalds
91
-806
/
+1125
2012-01-12
cpu: Register a generic CPU device on architectures that currently do not
Ben Hutchings
10
-0
/
+31
2012-01-12
cpu: Do not return errors from cpu_dev_init() which will be ignored
Ben Hutchings
2
-9
/
+6
2012-01-11
Merge branch 'slab/urgent' into slab/for-linus
Pekka Enberg
1239
-10498
/
+14102
2012-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
44
-2049
/
+8684
2012-01-11
Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security
Linus Torvalds
59
-143
/
+7026
2012-01-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
12
-214
/
+137
2012-01-11
autofs4: deal with autofs4_write/autofs4_write races
Al Viro
3
-4
/
+7
2012-01-11
autofs4: catatonic_mode vs. notify_daemon race
Al Viro
1
-11
/
+14
2012-01-11
autofs4: autofs4_wait() vs. autofs4_catatonic_mode() race
Al Viro
1
-1
/
+7
2012-01-11
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
48
-369
/
+124
2012-01-11
Merge tag 'for-linux-3.3-merge-window' of git://linux-c6x.org/git/projects/li...
Linus Torvalds
125
-5
/
+12989
2012-01-11
Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze
Linus Torvalds
17
-90
/
+99
2012-01-11
Merge branch 'unicore32' of git://github.com/gxt/linux
Linus Torvalds
8
-53
/
+17
[next]