index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-24
audit: reduce mmap_sem hold for mm->exe_file
Davidlohr Bueso
1
-8
/
+14
2015-02-24
audit: consolidate handling of mm->exe_file
Davidlohr Bueso
3
-16
/
+19
2015-02-23
audit: code clean up
Ameen Ali
1
-3
/
+2
2015-02-23
audit: don't reset working wait time accidentally with auditd
Richard Guy Briggs
1
-1
/
+2
2015-02-23
audit: don't lose set wait time on first successful call to audit_log_start()
Richard Guy Briggs
1
-3
/
+4
2015-02-23
audit: move the tree pruning to a dedicated thread
Imre Palik
1
-28
/
+60
2015-01-20
audit: remove vestiges of vers_ops
Richard Guy Briggs
2
-3
/
+0
2014-12-30
audit: create private file name copies when auditing inodes
Paul Moore
1
-9
/
+40
2014-12-24
audit: restore AUDIT_LOGINUID unset ABI
Richard Guy Briggs
2
-0
/
+14
2014-12-22
audit: correctly record file names with different path name types
Paul Moore
1
-4
/
+10
2014-12-20
audit: use supplied gfp_mask from audit_buffer in kauditd_send_multicast_skb
Richard Guy Briggs
1
-4
/
+4
2014-12-20
audit: don't attempt to lookup PIDs when changing PID filtering audit rules
Paul Moore
1
-13
/
+0
2014-12-09
Merge branch 'next' into upstream for v3.19
Paul Moore
3
-7
/
+17
2014-11-18
audit: convert status version to a feature bitmap
Richard Guy Briggs
2
-5
/
+14
2014-11-11
audit: keep inode pinned
Miklos Szeredi
1
-0
/
+1
2014-10-31
audit: AUDIT_FEATURE_CHANGE message format missing delimiting space
Richard Guy Briggs
1
-1
/
+1
2014-10-20
audit: add Paul Moore to the MAINTAINERS entry
Paul Moore
1
-2
/
+3
2014-10-10
audit: rename audit_log_remove_rule to disambiguate for trees
Richard Guy Briggs
1
-2
/
+2
2014-10-10
audit: cull redundancy in audit_rule_change
Richard Guy Briggs
1
-11
/
+7
2014-10-10
audit: WARN if audit_rule_change called illegally
Eric Paris
1
-1
/
+2
2014-10-10
audit: put rule existence check in canonical order
Richard Guy Briggs
1
-1
/
+1
2014-09-26
next: openrisc: Fix build
Guenter Roeck
2
-2
/
+2
2014-09-24
audit: get comm using lock to avoid race in string printing
Richard Guy Briggs
2
-4
/
+4
2014-09-24
audit: remove open_arg() function that is never used
Richard Guy Briggs
1
-8
/
+0
2014-09-24
audit: correct AUDIT_GET_FEATURE return message type
Richard Guy Briggs
1
-1
/
+1
2014-09-24
audit: set nlmsg_len for multicast messages.
Richard Guy Briggs
1
-1
/
+2
2014-09-24
audit: use union for audit_field values since they are mutually exclusive
Richard Guy Briggs
2
-14
/
+29
2014-09-24
audit: invalid op= values for rules
Burn Alting
3
-5
/
+5
2014-09-24
audit: use atomic_t to simplify audit_serial()
Richard Guy Briggs
1
-12
/
+2
2014-09-24
kernel/audit.c: use ARRAY_SIZE instead of sizeof/sizeof[0]
Fabian Frederick
1
-1
/
+1
2014-09-24
audit: reduce scope of audit_log_fcaps
Richard Guy Briggs
2
-2
/
+1
2014-09-24
audit: reduce scope of audit_net_id
Richard Guy Briggs
1
-1
/
+1
2014-09-24
audit: arm64: Remove the audit arch argument to audit_syscall_entry
Eric Paris
1
-2
/
+2
2014-09-24
arm64: audit: Add audit hook in syscall_trace_enter/exit()
AKASHI Takahiro
1
-0
/
+7
2014-09-24
audit: x86: drop arch from __audit_syscall_entry() interface
Richard Guy Briggs
5
-25
/
+20
2014-09-24
sparc: implement is_32bit_task
Eric Paris
3
-6
/
+5
2014-09-24
sparc: properly conditionalize use of TIF_32BIT
Stephen Rothwell
1
-0
/
+4
2014-09-24
sparc: simplify syscall_get_arch()
Eric Paris
1
-8
/
+2
2014-09-24
audit: fix build error when asm/syscall.h does not exist
Eric Paris
1
-1
/
+2
2014-09-24
audit: add arch field to seccomp event log
Richard Guy Briggs
1
-5
/
+4
2014-09-24
audit: __audit_syscall_entry: ignore arch arg and call syscall_get_arch() dir...
Richard Guy Briggs
1
-1
/
+1
2014-09-24
ARCH: AUDIT: audit_syscall_entry() should not require the arch
Eric Paris
17
-77
/
+25
2014-09-24
ARCH: AUDIT: implement syscall_get_arch for all arches
Eric Paris
8
-1
/
+49
2014-09-24
Alpha: define syscall_get_arch()
Eric Paris
1
-0
/
+11
2014-09-24
UM: implement syscall_get_arch()
Eric Paris
1
-0
/
+15
2014-09-24
SH: define syscall_get_arch() for superh
Eric Paris
2
-0
/
+24
2014-09-24
syscall.h: fix doc text for syscall_get_arch()
Richard Guy Briggs
1
-1
/
+1
2014-09-24
audit: drop unused struct audit_rule definition
Eric Paris
1
-13
/
+0
2014-08-04
Linux 3.16
Linus Torvalds
1
-1
/
+1
2014-08-03
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-5
/
+9
[next]