linux.kernel
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
- [PATCHSET] block: per-queue policy activation - 13/04/2012 Hello, It seems that we're *finally* nearing the end of the long blkcg API cleanup. With all the..
- [PATCH 4/8] blkcg: make blkg_conf_prep() take @pol and return with queue lock held - 13/04/2012 Add @pol to blkg_conf_prep() and let it return with queue lock held (to be released by blkg_conf_fi..
- [PATCH 1/8] blkcg: kill blkio_list and replace blkio_list_lock with a mutex - 13/04/2012 With blkio_policy[], blkio_list is redundant and hinders with per-queue policy activation. Remove ..
- [PATCH 5/8] blkcg: make sure blkg_lookup() returns %NULL if @q is bypassing - 13/04/2012 Currently, blkg_lookup() doesn't check @q bypass state. This patch updates blk_queue_bypass_start(..
- [PATCH 6/8] blkcg: add request_queue->root_blkg - 13/04/2012 With per-queue policy activation, root blkg creation will be moved to blkcg core. Add q-root_blkg..
- [PATCH 7/8] blkcg: implement per-queue policy activation - 13/04/2012 All blkcg policies were assumed to be enabled on all request_queues. Due to various implementation ..
- [PATCH 3/8] blkcg: remove static policy ID enums - 13/04/2012 Remove BLKIO_POLICY_* enums and let blkio_policy_register() allocate @pol-plid dynamically on regi..
- [PATCH 2/8] blkcg: use @pol instead of @plid in update_root_blkg_pd() and blkcg_print_blkgs() - 13/04/2012 The two functions were taking "enum blkio_policy_id plid". Make them take "const struct blkio_poli..
- [PATCH 8/8] blkcg: drop stuff unused after per-queue policy activation update - 13/04/2012 * All_q_list is unused. Drop all_q_{mutex|list}. * @for_root of blkg_lookup_create() is always ..
- Re: [PATCH 6/6] tilegx network driver: initial support - 13/04/2012 On 4102012 642 AM, Arnd Bergmann On Monday 09 April 2012, Chris Metcalf b..
- Re: [PATCH 3/4] ksysfs: export VMCSINFO via sysfs - 13/04/2012 On Wed, Apr 11, 2012 at 095734AM +0800, zhangyanfei This patch creates sysfs file..
- Re: [PATCH] eventfd: change int to __u64 in eventfd_signal() - 13/04/2012 On Thu, 12 Apr 2012 180120 +0800 handai.szj@gmail.com From Sha Zhengju h..
- Re: [PATCH] eventfd: change int to __u64 in eventfd_signal() - 13/04/2012 On 04132012 0709 AM, Andrew Morton On Thu, 12 Apr 2012 180120 +0800 h..
- [PATCH] ata: libata-eh.c: local functions should not be exposed globally - 13/04/2012 The function ata_ering_clear_cb is only referenced in this file and should be marked static to ..
- [PATCH] nouveau: Set special lane map for the right chipset - 13/04/2012 The refactoring of the nv50 logic, introduced in 8663bc7c, modified the test for the special lane m..
- [GIT PULL] Another irqdomain bug fix - 13/04/2012 Hi Linus, I flubbed one patch in the last pull request which broke a format string on 64 bi..
- [PATCH] block: blk-ioc.c: local functions should not be exposed globally - 13/04/2012 The function ioc_set_icq_flags is only referenced in this file and should be marked static to p..
- [PATCH] irq_domain: fix type mismatch in debugfs output format - 13/04/2012 sizeof(void*) returns an unsigned long, but it was being used as a width parameter to a "-*s" form..
- [GIT PATCH] TTY/serial patches for 3.4-rc2 - 13/04/2012 The following changes since commit dd775ae2549217d3ae09363e3edb305d0fa19928 Linux 3.4-rc1 (2..
- [GIT PATCH] staging patches for 3.4-rc2 - 13/04/2012 The following changes since commit 0034102808e0dbbf3a2394b82b1bb40b5778de9e Linux 3.4-rc2 (2..
- [GIT PATCH] USB bug fixes for 3.4-rc2 - 13/04/2012 The following changes since commit 0034102808e0dbbf3a2394b82b1bb40b5778de9e Linux 3.4-rc2 (2..
- [GIT PATCH] driver core patches for 3.4-rc2 - 13/04/2012 The following changes since commit 0034102808e0dbbf3a2394b82b1bb40b5778de9e Linux 3.4-rc2 (2..
- [PATCH] cred: remove task_is_dead() from __task_cred() validation - 13/04/2012 commit 8f92054e add the following validation condition task-exit_state &g..
- [GIT pull] perf fixes for 3.4 - 13/04/2012 Linus, please pull the latest perf-urgent-for-linus git tree from gitgit.kernel.org..
- [GIT pull] x86 fixes for 3.4 - 13/04/2012 Linus, please pull the latest x86-urgent-for-linus git tree from gitgit.kernel.orgp..
- [GIT pull] timer fixes for 3.4 - 13/04/2012 Linus, please pull the latest timers-urgent-for-linus git tree from gitgit.kernel.or..
- Re: [GIT pull] timer fixes for 3.4 - 13/04/2012 On Thu, 12 Apr 2012, Linus Torvalds On Thu, Apr 12, 2012 at 306 PM, Thomas Gleixne..
- Re: [GIT pull] timer fixes for 3.4 - 13/04/2012 On Thu, 12 Apr 2012, Linus Torvalds On Thu, Apr 12, 2012 at 326 PM, Thomas Gleixne..
- Re: [GIT pull] timer fixes for 3.4 - 13/04/2012 On Thu, Apr 12, 2012 at 339 PM, Thomas Gleixner tglx@linutronix.de ..
- Re: [GIT pull] timer fixes for 3.4 - 13/04/2012 On Thu, 12 Apr 2012, Linus Torvalds On Thu, Apr 12, 2012 at 339 PM, Thomas Gleixne..
- Re: [GIT pull] timer fixes for 3.4 - 13/04/2012 On Thu, Apr 12, 2012 at 326 PM, Thomas Gleixner tglx@linutronix.de >..
- Re: [GIT pull] timer fixes for 3.4 - 13/04/2012 On Thu, Apr 12, 2012 at 306 PM, Thomas Gleixner tglx@linutronix.de >..
- [PATCH v18 01/15] Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privs - 13/04/2012 From Andy Lutomirski With this change, calling prctl(PR_SET_NO_NEW_PRIVS..
- [PATCH v18 08/15] seccomp: add system call filtering using BPF - 13/04/2012 [This patch depends on luto@mit.edu's no_new_privs patch httpslkml.orglkml2012130264 T..
- Re: [PATCH v18 08/15] seccomp: add system call filtering using BPF - 13/04/2012 On Thu, Apr 12, 2012 at 247 PM, Will Drewry wad@chromium.org This patch ad..
- Re: [PATCH v18 01/15] Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privs - 13/04/2012 On Thu, Apr 12, 2012 at 247 PM, Will Drewry wad@chromium.org From Andy Lu..
- Re: [PATCH v18 15/15] Documentation: prctl/seccomp_filter - 13/04/2012 On Thu, Apr 12, 2012 at 248 PM, Will Drewry wad@chromium.org Documents how..
- Re: [PATCH v18 01/15] Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privs - 13/04/2012 On Thu, 12 Apr 2012, Will Drewry diff git asecurityselinuxhooks.c bsecuritys..
- Re: [PATCH v18 01/15] Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privs - 13/04/2012 On Thu, Apr 12, 2012 at 916 PM, James Morris jmorris@namei.org On Thu, 12 ..
- Re: [PATCH v18 01/15] Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privs - 13/04/2012 On Thu, 12 Apr 2012, Andrew Lutomirski What about dynamic transitions in SELin..
- Re: [PATCH v18 01/15] Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privs - 13/04/2012 On Thu, Apr 12, 2012 at 934 PM, James Morris jmorris@namei.org On Thu, 12 ..
- [PATCH v11]: Hibernation: fix the number of pages used for hibernate/thaw buffering - 13/04/2012 Hi Rafael, Yes, I know - it is getting a bit ridiculous. Such a simple problem, so many pat..
- Re: [PATCH v11]: Hibernation: fix the number of pages used for hibernate/thaw buffering - 22/04/2012 Rafael J. Wysocki rjw@sisk.pl On Wednesday, April 18, 2012, Boja..
- Re: [PATCH v11]: Hibernation: fix the number of pages used for hibernate/thaw buffering - 22/04/2012 2012-04-22 1347, Rafael J. Wysocki skrev Any chance of it in 3.3.3? No..
- Re: [PATCH v11]: Hibernation: fix the number of pages used for hibernate/thaw buffering - 22/04/2012 On Sunday, April 22, 2012, Per Olofsson 2012-04-22 1347, Rafael J. Wysocki skrev..
- Re: [PATCH v11]: Hibernation: fix the number of pages used for hibernate/thaw buffering - 22/04/2012 On Sunday, April 22, 2012, Bojan Smojver Rafael J. Wysocki rjw@sisk..
- Re: [PATCH v11]: Hibernation: fix the number of pages used for hibernate/thaw buffering - 22/04/2012 Rafael J. Wysocki rjw@sisk.pl On Sunday, April 22, 2012, Bojan S..
- Re: [PATCH v11]: Hibernation: fix the number of pages used for hibernate/thaw buffering - 22/04/2012 On Sunday, April 22, 2012, Bojan Smojver Rafael J. Wysocki rjw@sisk..
- Re: [PATCH v11]: Hibernation: fix the number of pages used for hibernate/thaw buffering - 22/04/2012 2012-04-22 2229, Rafael J. Wysocki skrev Well, it was late for the 3.4 merge window and ..
- Re: [PATCH v11]: Hibernation: fix the number of pages used for hibernate/thaw buffering - 22/04/2012 On Sunday, April 22, 2012, Per Olofsson 2012-04-22 2229, Rafael J. Wysocki skrev..
- Re: [PATCH v11]: Hibernation: fix the number of pages used for hibernate/thaw buffering - 23/04/2012 On Sun, 2012-04-22 at 2235 +0200, Per Olofsson It is also possible to create a muc..
- [PATCH v18 03/15] sk_run_filter: add BPF_S_ANC_SECCOMP_LD_W - 13/04/2012 Introduces a new BPF ancillary instruction that all LD calls will be mapped through when skb_run_fi..
- [PATCH v18 10/15] seccomp: add SECCOMP_RET_ERRNO - 13/04/2012 This change adds the SECCOMP_RET_ERRNO as a valid return value from a seccomp filter. Additionally..
- [PATCH v18 09/15] seccomp: remove duplicated failure logging - 13/04/2012 From Kees Cook This consolidates the seccomp filter error logging path a..