index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
power
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-04-30
audit: use spin_lock in audit_receive_msg to process tty logging
Eric Paris
1
-6
/
+4
2013-04-30
audit: do not needlessly take a lock in tty_audit_exit
Eric Paris
1
-3
/
+0
2013-04-30
audit: do not needlessly take a spinlock in copy_signal
Eric Paris
1
-4
/
+0
2013-04-30
audit: add an option to control logging of passwords with pam_tty_audit
Richard Guy Briggs
4
-7
/
+22
2013-04-30
audit: use spin_lock_irqsave/restore in audit tty code
Eric Paris
2
-17
/
+25
2013-04-30
helper for some session id stuff
Eric Paris
2
-8
/
+14
2013-04-30
audit: use a consistent audit helper to log lsm information
Eric Paris
4
-50
/
+15
2013-04-30
audit: push loginuid and sessionid processing down
Eric Paris
3
-51
/
+27
2013-04-30
audit: stop pushing loginid, uid, sessionid as arguments
Eric Paris
5
-83
/
+52
2013-04-30
audit: remove the old depricated kernel interface
Eric Paris
2
-180
/
+8
2013-04-30
audit: make validity checking generic
Eric Paris
1
-76
/
+70
2013-04-16
audit: allow checking the type of audit message in the user filter
Eric Paris
3
-5
/
+27
2013-04-16
audit: fix build break when AUDIT_DEBUG == 2
Eric Paris
1
-3
/
+5
2013-04-12
audit: remove duplicate export of audit_enabled
Gao feng
1
-1
/
+0
2013-04-11
Audit: do not print error when LSMs disabled
Eric Paris
1
-6
/
+8
2013-04-11
audit: use data= not msg= for AUDIT_USER_TTY messages
Eric Paris
1
-1
/
+1
2013-04-10
auditsc: remove audit_set_context() altogether - fold it into its caller
Andrew Morton
1
-8
/
+2
2013-04-10
auditsc: Use kzalloc instead of kmalloc+memset.
Rakib Mullick
1
-4
/
+4
2013-04-10
kernel: audit: beautify code, for extern function, better to check its parame...
Chen Gang
3
-10
/
+21
2013-04-10
audit: destroy long filenames correctly
Dmitry Monakhov
1
-3
/
+3
2013-04-10
powerpc: Remove static branch prediction in 64bit traced syscall path
Anton Blanchard
1
-1
/
+1
2013-04-10
audit: Syscall rules are not applied to existing processes on non-x86
Anton Blanchard
1
-1
/
+1
2013-04-08
audit: move kaudit thread start from auditd registration to kaudit init
Richard Guy Briggs
1
-10
/
+4
2013-04-08
audit: flatten kauditd_thread wait queue code
Richard Guy Briggs
1
-13
/
+13
2013-04-08
audit: refactor hold queue flush
Richard Guy Briggs
1
-22
/
+40
2013-04-08
audit: improve GID/EGID comparation logic
Matvejchikov Ilya
1
-0
/
+14
2013-02-19
Linux 3.8
v3.8
Linus Torvalds
1
-1
/
+1
2013-02-18
mm: fix pageblock bitmap allocation
Linus Torvalds
1
-6
/
+9
2013-02-15
Revert "[media] dvb_frontend: return -ENOTTY for unimplement IOCTL"
Mauro Carvalho Chehab
1
-3
/
+3
2013-02-15
Revert "xen PVonHVM: use E820_Reserved area for shared_info"
Konrad Rzeszutek Wilk
3
-55
/
+24
2013-02-15
Revert "xen/PVonHVM: fix compile warning in init_hvm_pv_info"
Konrad Rzeszutek Wilk
1
-1
/
+1
2013-02-14
sunvdc: Fix off-by-one in generic_request().
David S. Miller
1
-1
/
+1
2013-02-14
omapdrm: fix the dependency to omapdss
Tomi Valkeinen
1
-1
/
+1
2013-02-14
OMAPDSS: add FEAT_DPI_USES_VDDS_DSI to omap3630_dss_feat_list
NeilBrown
1
-0
/
+1
2013-02-14
efi: Clear EFI_RUNTIME_SERVICES rather than EFI_BOOT by "noefi" boot parameter
Satoru Takeuchi
1
-1
/
+1
2013-02-13
xen: remove redundant NULL check before unregister_and_remove_pcpu().
Cyril Roelandt
1
-2
/
+1
2013-02-13
x86/xen: don't assume %ds is usable in xen_iret for 32-bit PVOPS.
Jan Beulich
1
-7
/
+7
2013-02-13
sparc64: Fix get_user_pages_fast() wrt. THP.
David S. Miller
2
-10
/
+63
2013-02-13
sparc64: Add missing HAVE_ARCH_TRANSPARENT_HUGEPAGE.
David S. Miller
1
-0
/
+1
2013-02-13
MAINTAINERS: change my email and repos
Wolfram Sang
1
-13
/
+3
2013-02-13
PCI/PM: Clean up PME state when removing a device
Rafael J. Wysocki
1
-0
/
+2
2013-02-13
net, sctp: remove CONFIG_EXPERIMENTAL
Kees Cook
1
-2
/
+2
2013-02-13
net: sctp: sctp_v6_get_dst: fix boolean test in dst cache
Daniel Borkmann
1
-2
/
+3
2013-02-13
batman-adv: Fix NULL pointer dereference in DAT hash collision avoidance
Pau Koning
1
-1
/
+1
2013-02-13
net/macb: fix race with RX interrupt while doing NAPI
Nicolas Ferre
1
-0
/
+5
2013-02-13
atl1c: add error checking for pci_map_single functions
Huang, Xiong
1
-7
/
+64
2013-02-13
x86/mm: Check if PUD is large when validating a kernel address
Mel Gorman
2
-0
/
+8
2013-02-13
htb: fix values in opt dump
Jiri Pirko
1
-2
/
+2
2013-02-12
mm: cma: fix accounting of CMA pages placed in high memory
Marek Szyprowski
1
-0
/
+4
2013-02-12
kernel/pid.c: reenable interrupts when alloc_pid() fails because init has exited
Eric W. Biederman
1
-1
/
+1
[next]