Age | Commit message (Expand) | Author | Files | Lines |
2013-02-25 | ghes_edac: Make it compliant with UEFI spec 2.3.1 | Mauro Carvalho Chehab | 1 | -15/+180 |
2013-02-25 | ghes_edac: Improve driver's printk messages | Mauro Carvalho Chehab | 1 | -10/+26 |
2013-02-25 | ghes_edac: Don't credit the same memory dimm twice | Mauro Carvalho Chehab | 1 | -4/+13 |
2013-02-25 | ghes_edac: do a better job of filling EDAC DIMM info | Mauro Carvalho Chehab | 1 | -12/+180 |
2013-02-25 | ghes_edac: add support for reporting errors via EDAC | Mauro Carvalho Chehab | 1 | -2/+54 |
2013-02-25 | ghes_edac: Register at EDAC core the BIOS report | Mauro Carvalho Chehab | 4 | -0/+145 |
2013-02-25 | ghes: add the needed hooks for EDAC error report | Mauro Carvalho Chehab | 2 | -5/+46 |
2013-02-21 | ghes: move structures/enum to a header file | Mauro Carvalho Chehab | 2 | -45/+47 |
2013-02-21 | edac: add support for error type "Info" | Mauro Carvalho Chehab | 2 | -3/+17 |
2013-02-21 | edac: add support for raw error reports | Mauro Carvalho Chehab | 2 | -22/+47 |
2013-02-21 | edac: reduce stack pressure by using a pre-allocated buffer | Mauro Carvalho Chehab | 2 | -33/+104 |
2013-02-21 | edac: lock module owner to avoid error report conflicts | Mauro Carvalho Chehab | 1 | -4/+21 |
2013-02-21 | edac: remove proc_name from mci structure | Mauro Carvalho Chehab | 1 | -2/+0 |
2013-02-21 | edac: add a new memory layer type | Mauro Carvalho Chehab | 2 | -0/+5 |
2013-02-21 | edac: initialize the core earlier | Mauro Carvalho Chehab | 1 | -1/+1 |
2013-02-21 | edac: better report error conditions in debug mode | Mauro Carvalho Chehab | 1 | -1/+6 |
2013-02-21 | i5100_edac: Remove two checkpatch warnings | Mauro Carvalho Chehab | 1 | -4/+2 |
2013-02-21 | i5100_edac: connect fault injection to debugfs node | Niklas Söderlund | 1 | -1/+70 |
2013-02-21 | i5100_edac: add fault injection code | Niklas Söderlund | 1 | -0/+87 |
2013-02-21 | i5100_edac: probe for device 19 function 0 | Niklas Söderlund | 2 | -1/+28 |
2013-02-21 | edac: only create sdram_scrub_rate where supported | Mauro Carvalho Chehab | 1 | -10/+19 |
2013-02-21 | i3200_edac: Fix the logic that detects filled memories | Mauro Carvalho Chehab | 1 | -9/+12 |
2013-02-21 | i3200_edac: Add more debug to the driver | Mauro Carvalho Chehab | 1 | -2/+14 |
2013-02-20 | Merge tag 'v3.8-rc7' into next | Mauro Carvalho Chehab | 11118 | -294076/+511789 |
2013-02-09 | Linux 3.8-rc7v3.8-rc7 | Linus Torvalds | 1 | -1/+1 |
2013-02-09 | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 4 | -5/+26 |
2013-02-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 68 | -348/+649 |
2013-02-08 | Merge branch 'sctp_keys' | David S. Miller | 2 | -1/+6 |
2013-02-08 | net: sctp: sctp_endpoint_free: zero out secret key data | Daniel Borkmann | 1 | -0/+5 |
2013-02-08 | net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfree | Daniel Borkmann | 1 | -1/+1 |
2013-02-08 | atm/iphase: rename fregt_t -> ffreg_t | Heiko Carstens | 1 | -73/+73 |
2013-02-08 | ARM: 7641/1: memory: fix broken mmap by ensuring TASK_UNMAPPED_BASE is aligned | Will Deacon | 1 | -1/+1 |
2013-02-08 | ARM: DMA mapping: fix bad atomic test | Russell King | 1 | -1/+1 |
2013-02-08 | ARM: realview: ensure that we have sufficient IRQs available | Russell King | 1 | -1/+1 |
2013-02-08 | ARM: GIC: fix GIC cpumask initialization | Russell King | 1 | -2/+23 |
2013-02-08 | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -5/+8 |
2013-02-08 | net: usb: fix regression from FLAG_NOARP code | Lucas Stach | 1 | -1/+1 |
2013-02-08 | l2tp: dont play with skb->truesize | Eric Dumazet | 2 | -12/+0 |
2013-02-07 | net: sctp: sctp_auth_key_put: use kzfree instead of kfree | Daniel Borkmann | 1 | -1/+1 |
2013-02-07 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o... | David S. Miller | 1 | -7/+9 |
2013-02-07 | Merge branch 'netback' | David S. Miller | 3 | -53/+88 |
2013-02-07 | netback: correct netbk_tx_err to handle wrap around. | Ian Campbell | 1 | -1/+1 |
2013-02-07 | xen/netback: free already allocated memory on failure in xen_netbk_get_requests | Ian Campbell | 1 | -1/+12 |
2013-02-07 | xen/netback: don't leak pages on failure in xen_netbk_tx_check_gop. | Matthew Daley | 1 | -25/+13 |
2013-02-07 | xen/netback: shutdown the ring if it contains garbage. | Ian Campbell | 3 | -26/+62 |
2013-02-08 | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+2 |
2013-02-08 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 4 | -15/+10 |
2013-02-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 8 | -36/+87 |
2013-02-08 | Merge tag 'pinctrl-for-v3.8-late' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 4 | -4/+22 |
2013-02-08 | Merge tag 'stable/for-linus-3.8-rc6-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2 | -9/+9 |