summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* audit: make validity checking genericEric Paris2013-04-301-76/+70
* audit: allow checking the type of audit message in the user filterEric Paris2013-04-163-5/+27
* audit: fix build break when AUDIT_DEBUG == 2Eric Paris2013-04-161-3/+5
* audit: remove duplicate export of audit_enabledGao feng2013-04-121-1/+0
* Audit: do not print error when LSMs disabledEric Paris2013-04-111-6/+8
* audit: use data= not msg= for AUDIT_USER_TTY messagesEric Paris2013-04-111-1/+1
* auditsc: remove audit_set_context() altogether - fold it into its callerAndrew Morton2013-04-101-8/+2
* auditsc: Use kzalloc instead of kmalloc+memset.Rakib Mullick2013-04-101-4/+4
* kernel: audit: beautify code, for extern function, better to check its parame...Chen Gang2013-04-103-10/+21
* audit: destroy long filenames correctlyDmitry Monakhov2013-04-101-3/+3
* powerpc: Remove static branch prediction in 64bit traced syscall pathAnton Blanchard2013-04-101-1/+1
* audit: Syscall rules are not applied to existing processes on non-x86Anton Blanchard2013-04-101-1/+1
* audit: move kaudit thread start from auditd registration to kaudit initRichard Guy Briggs2013-04-081-10/+4
* audit: flatten kauditd_thread wait queue codeRichard Guy Briggs2013-04-081-13/+13
* audit: refactor hold queue flushRichard Guy Briggs2013-04-081-22/+40
* audit: improve GID/EGID comparation logicMatvejchikov Ilya2013-04-081-0/+14
* Linux 3.8v3.8Linus Torvalds2013-02-181-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2013-02-183-6/+18
|\
| * Input: wacom - fix wacom_set_report retry logicChris Bagwell2013-01-231-3/+3
| * Input: document that unregistering managed devices is not necessaryDmitry Torokhov2013-01-091-2/+14
| * Input: lm8323 - fix checking PWM interrupt statusNickolai Zeldovich2013-01-061-1/+1
* | mm: fix pageblock bitmap allocationLinus Torvalds2013-02-181-6/+9
* | Merge tag 'stable/for-linus-3.8-rc7-tag-two' of git://git.kernel.org/pub/scm/...Linus Torvalds2013-02-155-65/+33
|\ \
| * | Revert "xen PVonHVM: use E820_Reserved area for shared_info"Konrad Rzeszutek Wilk2013-02-143-55/+24
| * | Revert "xen/PVonHVM: fix compile warning in init_hvm_pv_info"Konrad Rzeszutek Wilk2013-02-141-1/+1
| * | xen: remove redundant NULL check before unregister_and_remove_pcpu().Cyril Roelandt2013-02-131-2/+1
| * | x86/xen: don't assume %ds is usable in xen_iret for 32-bit PVOPS.Jan Beulich2013-02-131-7/+7
* | | Revert "[media] dvb_frontend: return -ENOTTY for unimplement IOCTL"Mauro Carvalho Chehab2013-02-151-3/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2013-02-155-14/+68
|\ \ \
| * | | sunvdc: Fix off-by-one in generic_request().David S. Miller2013-02-141-1/+1
| * | | sparc64: Fix get_user_pages_fast() wrt. THP.David S. Miller2013-02-132-10/+63
| * | | sparc64: Add missing HAVE_ARCH_TRANSPARENT_HUGEPAGE.David S. Miller2013-02-131-0/+1
| * | | sparc: kernel/sbus.c: fix memory leakageCong Ding2013-01-211-3/+3
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-151-1/+1
|\ \ \ \
| * | | | efi: Clear EFI_RUNTIME_SERVICES rather than EFI_BOOT by "noefi" boot parameterSatoru Takeuchi2013-02-131-1/+1
* | | | | Merge tag '3.8-pci-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-151-0/+2
|\ \ \ \ \
| * | | | | PCI/PM: Clean up PME state when removing a deviceRafael J. Wysocki2013-02-131-0/+2
* | | | | | Merge tag 'omapdss-for-3.8-rc8' of git://gitorious.org/linux-omap-dss2/linuxLinus Torvalds2013-02-152-1/+2
|\ \ \ \ \ \
| * | | | | | omapdrm: fix the dependency to omapdssTomi Valkeinen2013-02-141-1/+1
| * | | | | | OMAPDSS: add FEAT_DPI_USES_VDDS_DSI to omap3630_dss_feat_listNeilBrown2013-02-141-0/+1
* | | | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-02-151-13/+3
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | MAINTAINERS: change my email and reposWolfram Sang2013-02-131-13/+3
| |/ / / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-02-1322-149/+191
|\ \ \ \ \ \
| * | | | | | net, sctp: remove CONFIG_EXPERIMENTALKees Cook2013-02-131-2/+2
| * | | | | | net: sctp: sctp_v6_get_dst: fix boolean test in dst cacheDaniel Borkmann2013-02-131-2/+3
| * | | | | | batman-adv: Fix NULL pointer dereference in DAT hash collision avoidancePau Koning2013-02-131-1/+1
| * | | | | | net/macb: fix race with RX interrupt while doing NAPINicolas Ferre2013-02-131-0/+5
| * | | | | | atl1c: add error checking for pci_map_single functionsHuang, Xiong2013-02-131-7/+64
| * | | | | | htb: fix values in opt dumpJiri Pirko2013-02-121-2/+2
| * | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-02-123-23/+27
| |\ \ \ \ \ \