| Commit message (Expand) | Author | Age | Files | Lines |
* | ipc,rcu: Convert call_rcu(ipc_immediate_free) to kfree_rcu() | Lai Jiangshan | 2011-07-20 | 1 | -15/+1 |
* | ipc,rcu: Convert call_rcu(free_un) to kfree_rcu() | Lai Jiangshan | 2011-07-20 | 1 | -8/+2 |
* | security,rcu: Convert call_rcu(sel_netport_free) to kfree_rcu() | Lai Jiangshan | 2011-07-20 | 1 | -18/+2 |
* | security,rcu: Convert call_rcu(sel_netnode_free) to kfree_rcu() | Lai Jiangshan | 2011-07-20 | 1 | -18/+2 |
* | ia64,rcu: Convert call_rcu(sn_irq_info_free) to kfree_rcu() | Lai Jiangshan | 2011-07-20 | 1 | -12/+2 |
* | block,rcu: Convert call_rcu(disk_free_ptbl_rcu_cb) to kfree_rcu() | Lai Jiangshan | 2011-07-20 | 1 | -9/+1 |
* | scsi,rcu: Convert call_rcu(fc_rport_free_rcu) to kfree_rcu() | Lai Jiangshan | 2011-07-20 | 1 | -13/+1 |
* | audit_tree,rcu: Convert call_rcu(__put_tree) to kfree_rcu() | Lai Jiangshan | 2011-07-20 | 1 | -7/+1 |
* | security,rcu: Convert call_rcu(whitelist_item_free) to kfree_rcu() | Lai Jiangshan | 2011-07-20 | 1 | -9/+1 |
* | md,rcu: Convert call_rcu(free_conf) to kfree_rcu() | Lai Jiangshan | 2011-07-20 | 1 | -7/+1 |
* | signal: align __lock_task_sighand() irq disabling and RCU | Paul E. McKenney | 2011-07-20 | 1 | -6/+13 |
* | softirq,rcu: Inform RCU of irq_exit() activity | Peter Zijlstra | 2011-07-20 | 2 | -3/+11 |
* | sched: Add irq_{enter,exit}() to scheduler_ipi() | Peter Zijlstra | 2011-07-20 | 1 | -6/+38 |
* | rcu: protect __rcu_read_unlock() against scheduler-using irq handlers | Paul E. McKenney | 2011-07-20 | 1 | -5/+24 |
* | rcu: Streamline code produced by __rcu_read_unlock() | Paul E. McKenney | 2011-07-19 | 1 | -6/+6 |
* | rcu: Fix RCU_BOOST race handling current->rcu_read_unlock_special | Paul E. McKenney | 2011-07-19 | 2 | -2/+9 |
* | rcu: decrease rcu_report_exp_rnp coupling with scheduler | Paul E. McKenney | 2011-07-19 | 1 | -2/+4 |
* | rcu: Prevent RCU callbacks from executing before scheduler initialized | Paul E. McKenney | 2011-07-13 | 2 | -5/+36 |
* | Linux 3.0-rc7v3.0-rc7 | Linus Torvalds | 2011-07-11 | 1 | -1/+1 |
* | Documentation/Changes: remove some really obsolete text | Linus Torvalds | 2011-07-11 | 1 | -25/+18 |
* | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2011-07-11 | 9 | -139/+174 |
|\ |
|
| * | [media] msp3400: fill in v4l2_tuner based on vt->type field | Hans Verkuil | 2011-07-07 | 1 | -5/+7 |
| * | [media] tuner-core.c: don't change type field in g_tuner or g_frequency | Hans Verkuil | 2011-07-07 | 1 | -19/+19 |
| * | [media] cx18/ivtv: fix g_tuner support | Hans Verkuil | 2011-07-07 | 2 | -12/+4 |
| * | [media] tuner-core: power up tuner when called with s_power(1) | Hans Verkuil | 2011-07-07 | 1 | -3/+7 |
| * | [media] v4l2-ioctl.c: check for valid tuner type in S_HW_FREQ_SEEK | Hans Verkuil | 2011-07-07 | 1 | -3/+9 |
| * | [media] tuner-core: simplify the standard fixup | Hans Verkuil | 2011-07-07 | 1 | -65/+28 |
| * | [media] tuner-core/v4l2-subdev: document that the type field has to be filled in | Hans Verkuil | 2011-07-07 | 2 | -0/+36 |
| * | [media] v4l2-subdev.h: remove unused s_mode tuner op | Hans Verkuil | 2011-07-07 | 1 | -4/+1 |
| * | [media] feature-removal-schedule: change in how radio device nodes are handled | Hans Verkuil | 2011-07-07 | 1 | -0/+22 |
| * | [media] bttv: fix s_tuner for radio | Hans Verkuil | 2011-07-07 | 1 | -1/+1 |
| * | [media] pvrusb2: fix g/s_tuner support | Hans Verkuil | 2011-07-07 | 1 | -0/+4 |
| * | [media] v4l2-ioctl.c: prefill tuner type for g_frequency and g/s_tuner | Hans Verkuil | 2011-07-07 | 1 | -0/+6 |
| * | [media] tuner-core: fix tuner_resume: use t->mode instead of t->type | Hans Verkuil | 2011-07-07 | 1 | -1/+1 |
| * | [media] tuner-core: fix s_std and s_tuner | Hans Verkuil | 2011-07-07 | 1 | -28/+31 |
* | | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2011-07-11 | 1 | -0/+8 |
|\ \ |
|
| * | | PM: Reintroduce dropped call to check_wakeup_irqs | Colin Cross | 2011-07-11 | 1 | -0/+8 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 2011-07-11 | 3 | -57/+73 |
|\ \ \ |
|
| * | | | cifs: drop spinlock before calling cifs_put_tlink | Jeff Layton | 2011-07-11 | 1 | -1/+1 |
| * | | | cifs: fix expand_dfs_referral | Jeff Layton | 2011-07-09 | 1 | -10/+20 |
| * | | | cifs: move bdi_setup_and_register outside of CONFIG_CIFS_DFS_UPCALL | Jeff Layton | 2011-07-09 | 1 | -0/+2 |
| * | | | cifs: factor smb_vol allocation out of cifs_setup_volume_info | Jeff Layton | 2011-07-08 | 3 | -33/+33 |
| * | | | cifs: have cifs_cleanup_volume_info not take a double pointer | Jeff Layton | 2011-07-06 | 3 | -9/+5 |
| * | | | cifs: fix build_unc_path_to_root to account for a prefixpath | Jeff Layton | 2011-07-06 | 1 | -6/+15 |
| * | | | cifs: remove bogus call to cifs_cleanup_volume_info | Jeff Layton | 2011-07-06 | 1 | -1/+0 |
* | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c... | Linus Torvalds | 2011-07-11 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | [CPUFREQ] fix cpumask memory leak in acpi-cpufreq on cpu hotplug. | Luming Yu | 2011-07-10 | 1 | -1/+1 |
* | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg... | Linus Torvalds | 2011-07-11 | 8 | -63/+108 |
|\ \ \ \ \ |
|
| * | | | | | hp-wmi: fix use after free | Eric Dumazet | 2011-07-11 | 1 | -5/+6 |
| * | | | | | dell-laptop - using buffer without mutex_lock | Jose Alonso | 2011-07-11 | 1 | -3/+3 |